ngx-animating-datepicker
Version:
An Animating Datepicker for Angular 2+, for some smooth date picking :).
21 lines (20 loc) • 522 B
TypeScript
export declare const DefaultOptions: {
selectMultiple: boolean;
closeOnSelect: boolean;
animationSpeed: number;
easing: string;
hideRestDays: boolean;
disableRestDays: boolean;
hideNavigation: boolean;
range: boolean;
currentDate: Date;
timeoutBeforeClosing: number;
weekdayFormat: string;
weekStart: string;
};
export declare const DefaultDirectiveOptions: {
appendToBody: boolean;
openDirection: string;
closeOnBlur: boolean;
useAnimatePicker: boolean;
};