ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
11 lines (10 loc) • 702 B
TypeScript
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>;
}