@qeydar/datepicker
Version:
A comprehensive Date and Time Picker for Angular with Jalali calendar support
14 lines (13 loc) • 759 B
TypeScript
import { EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CalendarFooterComponent {
footerDescription: string;
showTimePicker: boolean;
showToday: boolean;
okLabel: string;
todayLabel: string;
todayClick: EventEmitter<void>;
okClick: EventEmitter<void>;
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarFooterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CalendarFooterComponent, "qeydar-calendar-footer", never, { "footerDescription": "footerDescription"; "showTimePicker": "showTimePicker"; "showToday": "showToday"; "okLabel": "okLabel"; "todayLabel": "todayLabel"; }, { "todayClick": "todayClick"; "okClick": "okClick"; }, never, never, true>;
}