UNPKG

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