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 3c55470 commit 01b3b9aCopy full SHA for 01b3b9a
src/SideMenu.tsx
@@ -25,7 +25,7 @@ export type SideMenuProps = {
25
};
26
27
export namespace SideMenuProps {
28
- export type Item = Item.Link & Item.SubMenu;
+ export type Item = Item.Link | Item.SubMenu;
29
30
export namespace Item {
31
type Common = {
0 commit comments