UNPKG

180 BTypeScriptView Raw
1import type { CustomComponents, DayPickerProps } from "../types/index.js";
2export declare function getComponents(customComponents: DayPickerProps["components"]): CustomComponents;