UNPKG

@dialpad/dialtone-vue

Version:

Vue component library for Dialpad's design system Dialtone

7 lines 477 B
export function getCalendarDays(month: any, year: any, selectedDay: any): any[]; export function getWeekDayNames(locale: any, weekStart: any): string[]; export function formatMonth(month: any, monthFormat: any, locale: any): string; export function formatDate(date: any, dateFormat: any, locale: any): string; export function calculateNextFocusDate(currentDate: any): number; export function calculatePrevFocusDate(currentDate: any): number; //# sourceMappingURL=utils.d.ts.map