UNPKG

@abbl/material-calendar

Version:

Calendar component build with React and Material-UI

7 lines (6 loc) 156 B
export default class DateUtils { /** * Get days of weeks that belong to given month. */ static getWeeksDaysOfMonth(date: Date): Date[]; }