react-day-picker
Version:
Customizable Date Picker for React
13 lines (12 loc) • 454 B
TypeScript
import type { LabelOptions } from "../lib/dateLib.js";
import type { DateLib } from "../types/index.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?: LabelOptions,
/** @ignore */
dateLib?: DateLib): string;