UNPKG

@syncfusion/ej2-vue-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 Vue

13 lines (12 loc) 420 B
import { DefineVueDirective } from '@syncfusion/ej2-vue-base'; import { MenuItemModel } from '@syncfusion/ej2-navigations'; export declare let MenuItemsDirective: any; export declare const MenuItemsPlugin: { name: string; install(Vue: any): void; }; export declare let MenuItemDirective: DefineVueDirective<MenuItemModel>; export declare const MenuItemPlugin: { name: string; install(Vue: any): void; };