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 985b8d8 commit 2c6e19eCopy full SHA for 2c6e19e
src/types/index.ts
@@ -61,7 +61,7 @@ export interface SharedProps {
61
cardField?: boolean;
62
cardOffsetX?: number;
63
cardOffsetY?: number;
64
- cardProps?: VCard['$props'];
+ cardProps?: (typeof VCard)['$props'];
65
closeSiblings?: boolean;
66
color?: string;
67
disabled?: boolean;
0 commit comments