Skip to content

Commit 6a31d21

Browse files
committed
fix MenuButton label type
1 parent 5f0c121 commit 6a31d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/actify/src/components/Menus/MenuButton.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { MenuPopover } from './MenuPopover'
99
export interface MenuButtonProps<T>
1010
extends MenuProps<T>,
1111
Omit<MenuTriggerProps, 'children'> {
12-
label?: string
12+
label?: React.ReactNode
1313
}
1414

1515
const MenuButton = <T extends object>({

0 commit comments

Comments
 (0)