@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.1 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/button/button.component";
import * as i2 from "./components/button-icon/button-icon.component";
import * as i3 from "./components/button-round/button-round.component";
import * as i4 from "./components/button-multi/button-multi.component";
import * as i5 from "@angular/common";
import * as i6 from "../spinner/spinner.module";
import * as i7 from "@bimeister/pupakit.icons";
import * as i8 from "../dropdown/dropdown.module";
export declare class PupaButtonsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PupaButtonsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PupaButtonsModule, [typeof i1.ButtonComponent, typeof i2.ButtonIconComponent, typeof i3.ButtonRoundComponent, typeof i4.ButtonMultiComponent], [typeof i5.CommonModule, typeof i6.PupaSpinnerModule, typeof i7.PupaIconsModule, typeof i8.PupaDropdownModule], [typeof i1.ButtonComponent, typeof i2.ButtonIconComponent, typeof i3.ButtonRoundComponent, typeof i4.ButtonMultiComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PupaButtonsModule>;
}