time-picker.module.d.ts 538 B

12345678
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./time-picker.component";
  3. import * as i2 from "./time-picker-panel.component";
  4. export declare class NzTimePickerModule {
  5. static ɵfac: i0.ɵɵFactoryDeclaration<NzTimePickerModule, never>;
  6. static ɵmod: i0.ɵɵNgModuleDeclaration<NzTimePickerModule, never, [typeof i1.NzTimePickerComponent, typeof i2.NzTimePickerPanelComponent], [typeof i2.NzTimePickerPanelComponent, typeof i1.NzTimePickerComponent]>;
  7. static ɵinj: i0.ɵɵInjectorDeclaration<NzTimePickerModule>;
  8. }