UNPKG

308 BTypeScriptView Raw
1import type { LabelOptions } from "../lib/dateLib.js";
2/**
3 * The ARIA label for the week number header element.
4 *
5 * @defaultValue `"Week Number"`
6 * @group Labels
7 * @see https://daypicker.dev/docs/translation#aria-labels
8 */
9export declare function labelWeekNumberHeader(options?: LabelOptions): string;