@coreui/angular
Version:
CoreUI for Angular UI components library
11 lines (10 loc) • 681 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./tab-content/tab-content.component";
import * as i2 from "./tab-pane/tab-pane.component";
import * as i3 from "./tab-content-ref.directive";
import * as i4 from "@angular/common";
export declare class TabsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TabsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TabsModule, [typeof i1.TabContentComponent, typeof i2.TabPaneComponent, typeof i3.TabContentRefDirective], [typeof i4.CommonModule], [typeof i1.TabContentComponent, typeof i2.TabPaneComponent, typeof i3.TabContentRefDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TabsModule>;
}