calendar-cells.d.ts 1.1 KB

1234567891011121314151617
  1. import * as i0 from "@angular/core";
  2. export declare class NzDateCellDirective {
  3. static ɵfac: i0.ɵɵFactoryDeclaration<NzDateCellDirective, never>;
  4. static ɵdir: i0.ɵɵDirectiveDeclaration<NzDateCellDirective, "[nzDateCell]", ["nzDateCell"], {}, {}, never, never, true, never>;
  5. }
  6. export declare class NzMonthCellDirective {
  7. static ɵfac: i0.ɵɵFactoryDeclaration<NzMonthCellDirective, never>;
  8. static ɵdir: i0.ɵɵDirectiveDeclaration<NzMonthCellDirective, "[nzMonthCell]", ["nzMonthCell"], {}, {}, never, never, true, never>;
  9. }
  10. export declare class NzDateFullCellDirective {
  11. static ɵfac: i0.ɵɵFactoryDeclaration<NzDateFullCellDirective, never>;
  12. static ɵdir: i0.ɵɵDirectiveDeclaration<NzDateFullCellDirective, "[nzDateFullCell]", ["nzDateFullCell"], {}, {}, never, never, true, never>;
  13. }
  14. export declare class NzMonthFullCellDirective {
  15. static ɵfac: i0.ɵɵFactoryDeclaration<NzMonthFullCellDirective, never>;
  16. static ɵdir: i0.ɵɵDirectiveDeclaration<NzMonthFullCellDirective, "[nzMonthFullCell]", ["nzMonthFullCell"], {}, {}, never, never, true, never>;
  17. }