UNPKG

443 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.labelWeekNumber = labelWeekNumber;
4/**
5 * The ARIA label for the week number cell (the first cell in the row).
6 *
7 * @defaultValue `Week ${weekNumber}`
8 * @group Labels
9 * @see https://daypicker.dev/docs/translation#aria-labels
10 */
11function labelWeekNumber(weekNumber, options) {
12 return `Week ${weekNumber}`;
13}
14//# sourceMappingURL=labelWeekNumber.js.map
\No newline at end of file