Skip to content

Commit 01b3b9a

Browse files
authored
Update SideMenu.tsx #87
Signed-off-by: Joseph Garrone <joseph.garrone.gj@gmail.com>
1 parent 3c55470 commit 01b3b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SideMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export type SideMenuProps = {
2525
};
2626

2727
export namespace SideMenuProps {
28-
export type Item = Item.Link & Item.SubMenu;
28+
export type Item = Item.Link | Item.SubMenu;
2929

3030
export namespace Item {
3131
type Common = {

0 commit comments

Comments
 (0)