12345678910 |
- import { NzCronExpressionLabelI18n } from 'ng-zorro-antd/i18n';
- import { TimeType } from './typings';
- import * as i0 from "@angular/core";
- export declare class NzCronExpressionLabelComponent {
- type: TimeType;
- locale: NzCronExpressionLabelI18n;
- labelFocus: string | null;
- static ɵfac: i0.ɵɵFactoryDeclaration<NzCronExpressionLabelComponent, never>;
- static ɵcmp: i0.ɵɵComponentDeclaration<NzCronExpressionLabelComponent, "nz-cron-expression-label", ["nzCronExpressionLabel"], { "type": { "alias": "type"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "labelFocus": { "alias": "labelFocus"; "required": false; }; }, {}, never, never, true, never>;
- }
|