UNPKG

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