UNPKG

ng-zorro-antd-mobile

Version:

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

23 lines (22 loc) 591 B
import { CalendarTimePickerPropsType } from './PropsType'; export declare class CalendarTimePickerComponent { defaultProps: CalendarTimePickerPropsType; props: CalendarTimePickerPropsType; selfHeight: string; propsData: any; title: any; value: any; prefixCls: any; defaultValue: any; pickerPrefixCls: any; clientHeight: any; onValueChange: any; timePicker: boolean; constructor(); onDateChange: (date: { date: Date; index: number; }) => void; getMinTime(date?: Date): Date; getMaxTime(date?: Date): Date; }