Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 9a7752b

Browse files
boilundTigge
authored andcommitted
fix(menu): omit button prop from Menu
1 parent 7f2032f commit 9a7752b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/Menu/Menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface MenuItemProps
5757
readonly compact?: boolean
5858
}
5959

60-
interface MenuProps extends Omit<BaseMenuProps, 'components'> {
60+
interface MenuProps extends Omit<BaseMenuProps, 'components' | 'button'> {
6161
/**
6262
* The icon element for menu button.
6363
*

0 commit comments

Comments
 (0)