ngx-bootstrap
Version:
Native Angular Bootstrap Components
5 lines (4 loc) • 435 B
TypeScript
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[];