cron-expression-label.component.d.ts 702 B

12345678910
  1. import { NzCronExpressionLabelI18n } from 'ng-zorro-antd/i18n';
  2. import { TimeType } from './typings';
  3. import * as i0 from "@angular/core";
  4. export declare class NzCronExpressionLabelComponent {
  5. type: TimeType;
  6. locale: NzCronExpressionLabelI18n;
  7. labelFocus: string | null;
  8. static ɵfac: i0.ɵɵFactoryDeclaration<NzCronExpressionLabelComponent, never>;
  9. 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>;
  10. }