range-picker.component.d.ts 428 B

12345678
  1. import { NzDatePickerComponent } from './date-picker.component';
  2. import * as i0 from "@angular/core";
  3. export declare class NzRangePickerComponent {
  4. datePicker: NzDatePickerComponent;
  5. constructor();
  6. static ɵfac: i0.ɵɵFactoryDeclaration<NzRangePickerComponent, never>;
  7. static ɵdir: i0.ɵɵDirectiveDeclaration<NzRangePickerComponent, "nz-range-picker", ["nzRangePicker"], {}, {}, never, never, true, never>;
  8. }