UNPKG

react-day-picker

Version:

Customizable Date Picker for React

7 lines (6 loc) 154 B
/** * The default formatter for the Year caption. */ export declare function formatYearCaption(year: Date, options?: { locale?: Locale; }): string;