UNPKG

@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

10 lines (9 loc) 412 B
/** * Navigation Common modules */ export * from './h-scroll'; export * from './v-scroll'; export * from './menu-scroll'; export { MenuEventArgs, OpenCloseMenuEventArgs, BeforeOpenCloseMenuEventArgs, MenuAnimationSettings, MenuEffect } from './menu-base'; export { MenuItem, FieldSettings } from './menu-base'; export { MenuItemModel, FieldSettingsModel, MenuAnimationSettingsModel } from './menu-base-model';