UNPKG

react-day-picker

Version:

Customizable Date Picker for React

7 lines (6 loc) 262 B
import type { CalendarDay, CalendarMonth } from "../classes/index.js"; /** * Returns all the days belonging to the calendar by merging the days in the * weeks for each month. */ export declare function getDays(calendarMonths: CalendarMonth[]): CalendarDay[];