UNPKG

179 BTypeScriptView Raw
1import type { DateLib, DayPickerProps, Selection } from "../types/index.js";
2export declare function useRange<T extends DayPickerProps>(props: T, dateLib: DateLib): Selection<T>;