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