UNPKG

316 BTypeScriptView Raw
1import type { DateLibOptions } from "../classes/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?: DateLibOptions): string;