UNPKG

box-ui-elements

Version:
10 lines (9 loc) 274 B
import * as React from 'react'; declare class ContextMenuWithSubmenuExample extends React.Component { state: { rightBoundaryElement: any; bottomBoundaryElement: any; }; render(): React.JSX.Element; } export default ContextMenuWithSubmenuExample;