UNPKG

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