1234567891011121314151617 |
- import * as i0 from "@angular/core";
- export declare class NzDateCellDirective {
- static ɵfac: i0.ɵɵFactoryDeclaration<NzDateCellDirective, never>;
- static ɵdir: i0.ɵɵDirectiveDeclaration<NzDateCellDirective, "[nzDateCell]", ["nzDateCell"], {}, {}, never, never, true, never>;
- }
- export declare class NzMonthCellDirective {
- static ɵfac: i0.ɵɵFactoryDeclaration<NzMonthCellDirective, never>;
- static ɵdir: i0.ɵɵDirectiveDeclaration<NzMonthCellDirective, "[nzMonthCell]", ["nzMonthCell"], {}, {}, never, never, true, never>;
- }
- export declare class NzDateFullCellDirective {
- static ɵfac: i0.ɵɵFactoryDeclaration<NzDateFullCellDirective, never>;
- static ɵdir: i0.ɵɵDirectiveDeclaration<NzDateFullCellDirective, "[nzDateFullCell]", ["nzDateFullCell"], {}, {}, never, never, true, never>;
- }
- export declare class NzMonthFullCellDirective {
- static ɵfac: i0.ɵɵFactoryDeclaration<NzMonthFullCellDirective, never>;
- static ɵdir: i0.ɵɵDirectiveDeclaration<NzMonthFullCellDirective, "[nzMonthFullCell]", ["nzMonthFullCell"], {}, {}, never, never, true, never>;
- }
|