UNPKG

1.21 kBTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./select-with-autocomplete.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";
10import * as i9 from "../form-field/form-field.module";
11import * as i10 from "../select/select.module";
12export declare class NbSelectWithAutocompleteModule {
13 static ɵfac: i0.ɵɵFactoryDeclaration<NbSelectWithAutocompleteModule, never>;
14 static ɵmod: i0.ɵɵNgModuleDeclaration<NbSelectWithAutocompleteModule, [typeof i1.NbSelectWithAutocompleteComponent], [typeof i2.NbSharedModule, typeof i3.NbOverlayModule, typeof i4.NbButtonModule, typeof i5.NbInputModule, typeof i6.NbCardModule, typeof i7.NbIconModule, typeof i8.NbOptionModule, typeof i9.NbFormFieldModule, typeof i10.NbSelectModule], [typeof i1.NbSelectWithAutocompleteComponent, typeof i8.NbOptionModule, typeof i10.NbSelectModule]>;
15 static ɵinj: i0.ɵɵInjectorDeclaration<NbSelectWithAutocompleteModule>;
16}