Skip to content

Commit f9f9363

Browse files
committed
chore: update ts def
1 parent 05f738d commit f9f9363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface MenuItemType extends ItemSharedProps {
4141

4242
itemIcon?: RenderIconType;
4343

44-
key: string;
44+
key: React.Key;
4545

4646
// >>>>> Active
4747
onMouseEnter?: MenuHoverEventHandler;

0 commit comments

Comments
 (0)