UNPKG

@syncfusion/ej2-angular-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 Angular

14 lines (13 loc) 322 B
export interface OptionsSchema { skipPackageJson: boolean; modules: string; modulePath: string; theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast'; project?: string; } export interface LibOptionsSchema { pkgName: string; pkgVer: string; moduleName: string; themeVer: string; }