@nova-ui/bits
Version:
SolarWinds Nova Framework
20 lines (19 loc) • 1.16 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./date-picker-year-picker.component";
import * as i2 from "./date-picker-month-picker.component";
import * as i3 from "./date-picker-inner.component";
import * as i4 from "./date-picker-day-picker.component";
import * as i5 from "./date-picker.component";
import * as i6 from "../../common/common.module";
import * as i7 from "../textbox/textbox.module";
import * as i8 from "../icon/icon.module";
import * as i9 from "../button/button.module";
import * as i10 from "../overlay/overlay.module";
/**
* @ignore
*/
export declare class NuiDatePickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NuiDatePickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NuiDatePickerModule, [typeof i1.YearPickerComponent, typeof i2.MonthPickerComponent, typeof i3.DatePickerInnerComponent, typeof i4.DayPickerComponent, typeof i5.DatePickerComponent], [typeof i6.NuiCommonModule, typeof i7.NuiTextboxModule, typeof i8.NuiIconModule, typeof i9.NuiButtonModule, typeof i10.NuiOverlayModule], [typeof i5.DatePickerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NuiDatePickerModule>;
}