UNPKG

ng-zorro-antd-yj

Version:

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

9 lines (8 loc) 291 B
import { EventEmitter } from '@angular/core'; import { NzCalendarI18nInterface } from '../../../i18n/nz-i18n.interface'; export declare class OkButtonComponent { locale: NzCalendarI18nInterface; okDisabled: boolean; readonly clickOk: EventEmitter<void>; prefixCls: string; }