UNPKG

@ionic-super-tabs/angular

Version:

Ionic Super Tabs bindings for Angular applications

7 lines (6 loc) 404 B
import { ModuleWithProviders } from '@angular/core'; import { SuperTab, SuperTabButton, SuperTabs, SuperTabsContainer, SuperTabsToolbar } from './directives/proxies'; export declare const DECLARATIONS: (typeof SuperTab | typeof SuperTabButton | typeof SuperTabs | typeof SuperTabsContainer | typeof SuperTabsToolbar)[]; export declare class SuperTabsModule { static forRoot(): ModuleWithProviders; }