1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.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 | */
|
11 | function labelWeekNumber(weekNumber, options) {
|
12 | return `Week ${weekNumber}`;
|
13 | }
|
14 | //# sourceMappingURL=labelWeekNumber.js.map |
\ | No newline at end of file |