UNPKG

ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

21 lines (20 loc) 1.04 kB
/** * 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 { EventEmitter } from '@angular/core'; import { CronChangeType, TimeType } from './typings'; import * as i0 from "@angular/core"; export declare class NzCronExpressionInputComponent { value: string; label: TimeType; readonly focusEffect: EventEmitter<TimeType>; readonly blurEffect: EventEmitter<void>; readonly getValue: EventEmitter<CronChangeType>; constructor(); focusInputEffect(event: FocusEvent): void; blurInputEffect(): void; setValue(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NzCronExpressionInputComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NzCronExpressionInputComponent, "nz-cron-expression-input", ["nzCronExpression"], { "value": "value"; "label": "label"; }, { "focusEffect": "focusEffect"; "blurEffect": "blurEffect"; "getValue": "getValue"; }, never, never, false>; }