Skip to content

Commit

Permalink
typescript: adding forceSubmenuRender as MenuProps
Browse files Browse the repository at this point in the history
  • Loading branch information
picodoth committed May 27, 2019
1 parent 93887e1 commit 620755d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export interface MenuProps {
onMouseEnter?: (e: MouseEvent) => void;
getPopupContainer?: (triggerNode: HTMLElement) => HTMLElement;
overflowedIndicator?: React.ReactNode;
forceSubMenuRender?: boolean;
}

type InternalMenuProps = MenuProps & SiderContextProps;
Expand Down

0 comments on commit 620755d

Please sign in to comment.