@bimeister/pupakit.kit
Version:
PupaKit is an open source collection of Angular components based on an atomic approach to building interfaces, which guarantees better performance and greater development flexibility.
15 lines (14 loc) • 1.57 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/tabs/tabs.component";
import * as i2 from "./components/tabs-item/tabs-item.component";
import * as i3 from "./components/tabs-container/tabs-container.component";
import * as i4 from "./components/tabs-content/tabs-content.component";
import * as i5 from "./directives/tabs-item-content-template.directive";
import * as i6 from "./components/tabs-separator/tabs-separator.component";
import * as i7 from "@angular/common";
import * as i8 from "../scrollable/scrollable.module";
export declare class PupaTabsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PupaTabsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PupaTabsModule, [typeof i1.TabsComponent, typeof i2.TabsItemComponent, typeof i3.TabsContainerComponent, typeof i4.TabsContentComponent, typeof i5.TabsItemContentTemplateDirective, typeof i6.TabsSeparatorComponent, typeof i1.TabsComponent, typeof i2.TabsItemComponent, typeof i3.TabsContainerComponent, typeof i4.TabsContentComponent, typeof i5.TabsItemContentTemplateDirective], [typeof i7.CommonModule, typeof i8.PupaScrollableModule], [typeof i1.TabsComponent, typeof i2.TabsItemComponent, typeof i3.TabsContainerComponent, typeof i4.TabsContentComponent, typeof i5.TabsItemContentTemplateDirective, typeof i6.TabsSeparatorComponent, typeof i1.TabsComponent, typeof i2.TabsItemComponent, typeof i3.TabsContainerComponent, typeof i4.TabsContentComponent, typeof i5.TabsItemContentTemplateDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PupaTabsModule>;
}