@nebular/theme
Version:
@nebular/theme
15 lines (14 loc) • 977 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./select.component";
import * as i2 from "../shared/shared.module";
import * as i3 from "../cdk/overlay/overlay.module";
import * as i4 from "../button/button.module";
import * as i5 from "../input/input.module";
import * as i6 from "../card/card.module";
import * as i7 from "../icon/icon.module";
import * as i8 from "../option/option-list.module";
export declare class NbSelectModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NbSelectModule, never>;
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]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NbSelectModule>;
}