UNPKG

react-day-picker

Version:

Customizable Date Picker for React

4 lines (3 loc) 228 B
import type { DayPickerProps, Labels } from "../types/index.js"; /** Return the formatters from the props merged with the default formatters. */ export declare function getLabels(customLabels: DayPickerProps["labels"]): Labels;