We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8407c commit 9c18c59Copy full SHA for 9c18c59
index.d.ts
@@ -1,5 +1,5 @@
1
export interface PropOption {
2
- type?: { new (...args: any[]): any; };
+ type?: { new (...args: any[]): any; } | { new (...args: any[]): any; }[];
3
required?: boolean;
4
default?: any;
5
twoWay?: boolean;
0 commit comments