UNPKG

@jk-core/components

Version:
6 lines (5 loc) 131 B
declare const getWeeksInMonth: (viewDate: Date) => { thisMonth: string; date: Date; }[][]; export default getWeeksInMonth;