mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
typescript: adding forceSubmenuRender as MenuProps
This commit is contained in:
parent
93887e1380
commit
620755d893
@ -58,6 +58,7 @@ export interface MenuProps {
|
||||
onMouseEnter?: (e: MouseEvent) => void;
|
||||
getPopupContainer?: (triggerNode: HTMLElement) => HTMLElement;
|
||||
overflowedIndicator?: React.ReactNode;
|
||||
forceSubMenuRender?: boolean;
|
||||
}
|
||||
|
||||
type InternalMenuProps = MenuProps & SiderContextProps;
|
||||
|
Loading…
Reference in New Issue
Block a user