UNPKG

304 BTypeScriptView Raw
1import { DateLib, DayPickerProps } from "../index.js";
2/** Return all the dates to display in the calendar. */
3export declare function getDates(displayMonths: Date[], maxDate: Date | undefined, props: Pick<DayPickerProps, "ISOWeek" | "fixedWeeks" | "locale" | "weekStartsOn">, dateLib: DateLib): Date[];