UNPKG

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