Skip to content

Commit 9c18c59

Browse files
ktsnyyx990803
authored andcommitted
Update prop option type for Vue 1.0.21+
1 parent 4a8407c commit 9c18c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export interface PropOption {
2-
type?: { new (...args: any[]): any; };
2+
type?: { new (...args: any[]): any; } | { new (...args: any[]): any; }[];
33
required?: boolean;
44
default?: any;
55
twoWay?: boolean;

0 commit comments

Comments
 (0)