Skip to content

Commit

Permalink
chore: update ts def
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Mar 18, 2022
1 parent f1e25c9 commit bd99d30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export type ItemType =
| SubMenuType
| MenuItemType
| MenuItemGroupType
| MenuDividerType;
| MenuDividerType
| null;

// ========================== Basic ==========================
export type MenuMode = 'horizontal' | 'vertical' | 'inline';
Expand Down

0 comments on commit bd99d30

Please sign in to comment.