UNPKG

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