@nebular/theme
Version:
@nebular/theme
12 lines (11 loc) • 810 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./stepper.component";
import * as i2 from "./step.component";
import * as i3 from "./stepper-button.directive";
import * as i4 from "../shared/shared.module";
import * as i5 from "../icon/icon.module";
export declare class NbStepperModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NbStepperModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NbStepperModule, [typeof i1.NbStepperComponent, typeof i2.NbStepComponent, typeof i3.NbStepperNextDirective, typeof i3.NbStepperPreviousDirective], [typeof i4.NbSharedModule, typeof i5.NbIconModule], [typeof i1.NbStepperComponent, typeof i2.NbStepComponent, typeof i3.NbStepperNextDirective, typeof i3.NbStepperPreviousDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NbStepperModule>;
}