@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
17 lines (16 loc) • 471 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';
export * from './stepper-base/index';
export * from './stepper/index';