UNPKG

149 BTypeScriptView Raw
1import type { DateLib, DayPickerProps } from "../types/index.js";
2export declare function getDateLib(customLib: DayPickerProps["dateLib"]): DateLib;