Skip to content

Commit 2c6e19e

Browse files
Fixing type
1 parent 985b8d8 commit 2c6e19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface SharedProps {
6161
cardField?: boolean;
6262
cardOffsetX?: number;
6363
cardOffsetY?: number;
64-
cardProps?: VCard['$props'];
64+
cardProps?: (typeof VCard)['$props'];
6565
closeSiblings?: boolean;
6666
color?: string;
6767
disabled?: boolean;

0 commit comments

Comments
 (0)