Skip to content

Commit 99e7c6d

Browse files
committed
typing fix
1 parent e9627e8 commit 99e7c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Toggle.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare class Toggle extends Vue {
1313
onLabel?: string;
1414
labelledby?: string;
1515
describedby?: string;
16-
classes?: any[];
16+
classes?: object;
1717

1818
$emit(eventName: 'change', e: {originalEvent: Event, value: any}): this;
1919

0 commit comments

Comments
 (0)