We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0387f63 commit 7a11038Copy full SHA for 7a11038
1 file changed
src/components/Menu/MenuItem.tsx
@@ -23,7 +23,7 @@ export interface MenuItemProps
23
/**
24
* Tooltip, but only added to the label, not to the full menu item.
25
*/
26
- tooltip?: string | Element;
+ tooltip?: string | JSX.Element;
27
}
28
29
0 commit comments