We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0c121 commit 6a31d21Copy full SHA for 6a31d21
packages/actify/src/components/Menus/MenuButton.tsx
@@ -9,7 +9,7 @@ import { MenuPopover } from './MenuPopover'
9
export interface MenuButtonProps<T>
10
extends MenuProps<T>,
11
Omit<MenuTriggerProps, 'children'> {
12
- label?: string
+ label?: React.ReactNode
13
}
14
15
const MenuButton = <T extends object>({
0 commit comments