@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.
10 lines (9 loc) • 742 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/section-container/section-container.component";
import * as i2 from "./components/section-title/section-title.component";
import * as i3 from "./components/section-sub-title/section-sub-title.component";
export declare class PupaSectionModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PupaSectionModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PupaSectionModule, [typeof i1.SectionContainerComponent, typeof i2.SectionTitleComponent, typeof i3.SectionSubTitleComponent], never, [typeof i1.SectionContainerComponent, typeof i2.SectionTitleComponent, typeof i3.SectionSubTitleComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PupaSectionModule>;
}