UNPKG

react-day-picker

Version:

Customizable Date Picker for React

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