UNPKG

@drivy/cobalt

Version:

Opinionated design system for Drivy's projects.

3 lines (2 loc) 187 B
export declare const getWeekDays: (isSundayFirstDayOfWeek?: boolean) => Date[]; export declare const getMonthDaysByWeeks: (monthDate: Date, isSundayFirstDayOfWeek?: boolean) => Date[][];