We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7175fe commit c90cbf9Copy full SHA for c90cbf9
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?: React.ReactNode;
+ tooltip?: string | Element;
27
}
28
29
0 commit comments