UNPKG

977 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./select.component";
3import * as i2 from "../shared/shared.module";
4import * as i3 from "../cdk/overlay/overlay.module";
5import * as i4 from "../button/button.module";
6import * as i5 from "../input/input.module";
7import * as i6 from "../card/card.module";
8import * as i7 from "../icon/icon.module";
9import * as i8 from "../option/option-list.module";
10export declare class NbSelectModule {
11 static ɵfac: i0.ɵɵFactoryDeclaration<NbSelectModule, never>;
12 static ɵmod: i0.ɵɵNgModuleDeclaration<NbSelectModule, [typeof i1.NbSelectComponent, typeof i1.NbSelectLabelComponent], [typeof i2.NbSharedModule, typeof i3.NbOverlayModule, typeof i4.NbButtonModule, typeof i5.NbInputModule, typeof i6.NbCardModule, typeof i7.NbIconModule, typeof i8.NbOptionModule], [typeof i1.NbSelectComponent, typeof i1.NbSelectLabelComponent, typeof i8.NbOptionModule]>;
13 static ɵinj: i0.ɵɵInjectorDeclaration<NbSelectModule>;
14}