UNPKG

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