Skip to content

Commit bd99d30

Browse files
committed
chore: update ts def
1 parent f1e25c9 commit bd99d30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interface.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ export type ItemType =
6767
| SubMenuType
6868
| MenuItemType
6969
| MenuItemGroupType
70-
| MenuDividerType;
70+
| MenuDividerType
71+
| null;
7172

7273
// ========================== Basic ==========================
7374
export type MenuMode = 'horizontal' | 'vertical' | 'inline';

0 commit comments

Comments
 (0)