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 05f738d commit f9f9363Copy full SHA for f9f9363
src/interface.ts
@@ -41,7 +41,7 @@ export interface MenuItemType extends ItemSharedProps {
41
42
itemIcon?: RenderIconType;
43
44
- key: string;
+ key: React.Key;
45
46
// >>>>> Active
47
onMouseEnter?: MenuHoverEventHandler;
0 commit comments