UNPKG

638 BTypeScriptView Raw
1import * as ɵngcc0 from '@angular/core';
2export declare class DatepickerConfig {
3 locale: string;
4 datepickerMode: string;
5 startingDay: number;
6 yearRange: number;
7 minMode: string;
8 maxMode: string;
9 showWeeks: boolean;
10 formatDay: string;
11 formatMonth: string;
12 formatYear: string;
13 formatDayHeader: string;
14 formatDayTitle: string;
15 formatMonthTitle: string;
16 onlyCurrentMonth: boolean;
17 monthColLimit: number;
18 yearColLimit: number;
19 shortcutPropagation: boolean;
20 static ɵfac: ɵngcc0.ɵɵFactoryDef<DatepickerConfig, never>;
21}
22
23//# sourceMappingURL=datepicker.config.d.ts.map
\No newline at end of file