UNPKG

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