ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
20 lines (19 loc) • 952 B
TypeScript
/**
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/
import { OnInit } from '@angular/core';
import { NzCronExpressionLabelI18n } from 'ng-zorro-antd/i18n';
import { TimeType, TimeTypeError } from './typings';
import * as i0 from "@angular/core";
export declare class NzCronExpressionLabelComponent implements OnInit {
type: TimeType;
valid: boolean;
locale: NzCronExpressionLabelI18n;
labelFocus: string | null;
labelError: TimeTypeError;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NzCronExpressionLabelComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NzCronExpressionLabelComponent, "nz-cron-expression-label", ["nzCronExpression"], { "type": "type"; "valid": "valid"; "locale": "locale"; "labelFocus": "labelFocus"; }, {}, never, never, false>;
}