Skip to content

Commit 6e8e5b9

Browse files
committed
Modified
1 parent f3567ae commit 6e8e5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ export type ThoverCardProps = {
1616
backgroundColor: string;
1717
direction: string;
1818
left: string;
19-
className: string;
19+
className?: string;
2020
};

0 commit comments

Comments
 (0)