UNPKG

ngx-bootstrap

Version:
4 lines (3 loc) 351 B
import { DatepickerFormatOptions, DaysCalendarModel, MonthViewModel } from '../models/index'; export declare function formatMonthView(daysCalendar: DaysCalendarModel, formatOptions: DatepickerFormatOptions, monthIndex: number): MonthViewModel; export declare function getWeekNumbers(daysMatrix: Date[][], format: string, locale: string): string[];