UNPKG

432 BTypeScriptView Raw
1import { DatepickerFormatOptions, DaysCalendarModel, DaysCalendarViewModel } from '../models';
2export declare function formatDaysCalendar(daysCalendar: DaysCalendarModel, formatOptions: DatepickerFormatOptions, monthIndex: number): DaysCalendarViewModel;
3export declare function getWeekNumbers(daysMatrix: Date[][], format?: string, locale?: string): string[];
4export declare function getShiftedWeekdays(locale?: string): string[];