UNPKG

405 BTypeScriptView Raw
1import { DateLib, type DateLibOptions } from "../classes/DateLib.js";
2/**
3 * The ARIA label for the Weekday column header.
4 *
5 * @defaultValue `"Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"`
6 * @group Labels
7 * @see https://daypicker.dev/docs/translation#aria-labels
8 */
9export declare function labelWeekday(date: Date, options?: DateLibOptions, dateLib?: DateLib): string;