react-day-picker
Version:
Customizable Date Picker for React
4 lines (3 loc) • 304 B
TypeScript
import { DateLib, DayPickerProps } from "../index.js";
/** Return all the dates to display in the calendar. */
export declare function getDates(displayMonths: Date[], maxDate: Date | undefined, props: Pick<DayPickerProps, "ISOWeek" | "fixedWeeks" | "locale" | "weekStartsOn">, dateLib: DateLib): Date[];