ng-zorro-antd-mobile
Version:
An enterprise-class mobile UI components based on Ant Design and Angular
19 lines (18 loc) • 496 B
TypeScript
import { CalendarConfirmPanelPropsType } from './PropsType';
export declare class CalendarConfirmPanelComponent {
props: CalendarConfirmPanelPropsType;
startTimeStr: string;
endTimeStr: string;
btnCls: string;
propsData: any;
disableBtn: any;
formatStr: any;
startDateTime: any;
endDateTime: any;
onConfirm: any;
confirmPane: boolean;
constructor();
formatTime(): void;
triggerConfirm: () => void;
selfFormatDate(date: Date): string;
}