@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.
11 lines (10 loc) • 643 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/checkbox/checkbox.component";
import * as i2 from "@angular/common";
import * as i3 from "@angular/forms";
import * as i4 from "@bimeister/pupakit.icons";
export declare class PupaCheckboxModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PupaCheckboxModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PupaCheckboxModule, [typeof i1.CheckboxComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.PupaIconsModule], [typeof i1.CheckboxComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PupaCheckboxModule>;
}