UNPKG

react-day-picker

Version:

Customizable Date Picker for React

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