UNPKG

@syncfusion/ej2-react-navigations

Version:

A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React

12 lines (11 loc) 417 B
import { ComplexBase } from '@syncfusion/ej2-react-base'; import { MenuItemModel } from '@syncfusion/ej2-navigations'; export declare class MenuItemDirective extends ComplexBase<MenuItemModel & { children?: React.ReactNode; }, MenuItemModel> { static moduleName: string; } export declare class MenuItemsDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }