UNPKG

ngx-foundation

Version:

Native Angular Foundation for Sites Components

5 lines (4 loc) 435 B
import { DatepickerFormatOptions, DaysCalendarModel, DaysCalendarViewModel } from '../models/index'; export declare function formatDaysCalendar(daysCalendar: DaysCalendarModel, formatOptions: DatepickerFormatOptions, monthIndex: number): DaysCalendarViewModel; export declare function getWeekNumbers(daysMatrix: Date[][], format: string, locale: string): string[]; export declare function getShiftedWeekdays(locale: string): string[];