We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e25c9 commit bd99d30Copy full SHA for bd99d30
src/interface.ts
@@ -67,7 +67,8 @@ export type ItemType =
67
| SubMenuType
68
| MenuItemType
69
| MenuItemGroupType
70
- | MenuDividerType;
+ | MenuDividerType
71
+ | null;
72
73
// ========================== Basic ==========================
74
export type MenuMode = 'horizontal' | 'vertical' | 'inline';
0 commit comments