@syncfusion/ej2-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
15 lines (14 loc) • 400 B
TypeScript
/**
* Navigation all modules
*/
export * from './common/index';
export * from './toolbar/index';
export * from './accordion/index';
export * from './context-menu/index';
export * from './menu/index';
export * from './tab/index';
export * from './treeview/index';
export * from './sidebar/index';
export * from './breadcrumb/index';
export * from './carousel/index';
export * from './appbar/index';