UNPKG

461 BTypeScriptView Raw
1export declare class DatepickerConfig {
2 datepickerMode: string;
3 startingDay: number;
4 yearRange: number;
5 minMode: string;
6 maxMode: string;
7 showWeeks: boolean;
8 formatDay: string;
9 formatMonth: string;
10 formatYear: string;
11 formatDayHeader: string;
12 formatDayTitle: string;
13 formatMonthTitle: string;
14 onlyCurrentMonth: boolean;
15 monthColLimit: number;
16 yearColLimit: number;
17 shortcutPropagation: boolean;
18}