@nova-ui/bits
Version:
SolarWinds Nova Framework
17 lines (16 loc) • 1.23 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./combobox/combobox.component";
import * as i2 from "./select.component";
import * as i3 from "../../common/common.module";
import * as i4 from "@angular/forms";
import * as i5 from "../popup/popup.module";
import * as i6 from "../icon/icon.module";
import * as i7 from "../textbox/textbox.module";
import * as i8 from "../button/button.module";
import * as i9 from "../menu/menu.module";
/** @ignore @deprecated in v11 SelectComponent and ComboboxComponent in this module have been deprecated in favor of SelectV2Component and ComboboxV2Component which can be imported from SelectV2Module */
export declare class NuiSelectModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NuiSelectModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NuiSelectModule, [typeof i1.ComboboxComponent, typeof i2.SelectComponent], [typeof i3.NuiCommonModule, typeof i4.ReactiveFormsModule, typeof i5.NuiPopupModule, typeof i6.NuiIconModule, typeof i7.NuiTextboxModule, typeof i8.NuiButtonModule, typeof i9.NuiMenuModule], [typeof i1.ComboboxComponent, typeof i2.SelectComponent, typeof i4.ReactiveFormsModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NuiSelectModule>;
}