react-day-picker
Version:
Customizable Date Picker for React
10 lines (9 loc) • 405 B
TypeScript
import { DateLib, type DateLibOptions } from "../classes/DateLib.js";
/**
* The ARIA label for the Weekday column header.
*
* @defaultValue `"Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"`
* @group Labels
* @see https://daypicker.dev/docs/translation#aria-labels
*/
export declare function labelWeekday(date: Date, options?: DateLibOptions, dateLib?: DateLib): string;