@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.29 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/stepper/stepper.component";
import * as i2 from "./components/stepper-container/stepper-container.component";
import * as i3 from "./components/stepper-content/stepper-content.component";
import * as i4 from "./components/stepper-item/stepper-item.component";
import * as i5 from "./components/stepper-counter/stepper-counter.component";
import * as i6 from "./directives/stepper-item-content.directive";
import * as i7 from "@angular/common";
import * as i8 from "../scrollable/scrollable.module";
export declare class PupaStepperModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PupaStepperModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PupaStepperModule, [typeof i1.StepperComponent, typeof i2.StepperContainerComponent, typeof i3.StepperContentComponent, typeof i4.StepperItemComponent, typeof i5.StepperCounterComponent, typeof i6.StepperItemContentDirective], [typeof i7.CommonModule, typeof i8.PupaScrollableModule], [typeof i1.StepperComponent, typeof i2.StepperContainerComponent, typeof i3.StepperContentComponent, typeof i4.StepperItemComponent, typeof i5.StepperCounterComponent, typeof i6.StepperItemContentDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PupaStepperModule>;
}