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

16 lines (15 loc) 353 B
import Vue from 'vue'; export declare class MenuItemsDirective extends Vue { render(): void; } export declare const MenuItemsPlugin: { name: string; install(Vue: any): void; }; export declare class MenuItemDirective extends Vue { render(): void; } export declare const MenuItemPlugin: { name: string; install(Vue: any): void; };