@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.
13 lines (12 loc) • 969 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/badge/badge.component";
import * as i2 from "./components/badge-marker/badge-marker.component";
import * as i3 from "./components/badge-indicator/badge-indicator.component";
import * as i4 from "./components/badge-marker-block/badge-marker-block.component";
import * as i5 from "@angular/common";
import * as i6 from "@bimeister/pupakit.icons";
export declare class PupaBadgeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PupaBadgeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PupaBadgeModule, [typeof i1.BadgeComponent, typeof i2.BadgeMarkerComponent, typeof i3.BadgeIndicatorComponent, typeof i4.BadgeMarkerBlockComponent], [typeof i5.CommonModule, typeof i6.PupaIconsModule], [typeof i1.BadgeComponent, typeof i2.BadgeMarkerComponent, typeof i3.BadgeIndicatorComponent, typeof i4.BadgeMarkerBlockComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PupaBadgeModule>;
}