UNPKG

react-day-picker

Version:

Customizable Date Picker for React

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