UNPKG

react-day-picker

Version:

Customizable Date Picker for React

3 lines (2 loc) 244 B
import type { DateLib, DayPickerProps } from "../types/index.js"; export declare function getDisplayMonths(firstDisplayedMonth: Date, calendarEndMonth: Date | undefined, props: Pick<DayPickerProps, "numberOfMonths">, dateLib: DateLib): Date[];