UNPKG

react-day-picker

Version:

Customizable Date Picker for React

8 lines (7 loc) 186 B
import type { Locale } from 'date-fns'; /** * The default formatter for the caption. */ export declare function formatCaption(month: Date, options?: { locale?: Locale; }): string;