UNPKG

ngx-bootstrap

Version:
4 lines (3 loc) 368 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[];