UNPKG

react-day-picker

Version:

Customizable Date Picker for React

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