date-picker.module.d.ts 1.2 KB

123456789101112131415
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./date-picker.component";
  3. import * as i2 from "./month-picker.component";
  4. import * as i3 from "./year-picker.component";
  5. import * as i4 from "./week-picker.component";
  6. import * as i5 from "./range-picker.component";
  7. import * as i6 from "./calendar-footer.component";
  8. import * as i7 from "./inner-popup.component";
  9. import * as i8 from "./date-range-popup.component";
  10. import * as i9 from "./quarter-picker.component";
  11. export declare class NzDatePickerModule {
  12. static ɵfac: i0.ɵɵFactoryDeclaration<NzDatePickerModule, never>;
  13. static ɵmod: i0.ɵɵNgModuleDeclaration<NzDatePickerModule, never, [typeof i1.NzDatePickerComponent, typeof i2.NzMonthPickerComponent, typeof i3.NzYearPickerComponent, typeof i4.NzWeekPickerComponent, typeof i5.NzRangePickerComponent, typeof i6.CalendarFooterComponent, typeof i7.InnerPopupComponent, typeof i8.DateRangePopupComponent, typeof i9.NzQuarterPickerComponent], [typeof i1.NzDatePickerComponent, typeof i5.NzRangePickerComponent, typeof i2.NzMonthPickerComponent, typeof i3.NzYearPickerComponent, typeof i4.NzWeekPickerComponent, typeof i9.NzQuarterPickerComponent]>;
  14. static ɵinj: i0.ɵɵInjectorDeclaration<NzDatePickerModule>;
  15. }