UNPKG

451 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.labelNext = labelNext;
4/**
5 * The ARIA label for next month button.
6 *
7 * @defaultValue `"Go to the Next Month"`
8 * @group Labels
9 * @see https://daypicker.dev/docs/translation#aria-labels
10 */
11function labelNext(
12/** Undefined where there's no next month no navigate to. */
13month, options) {
14 return "Go to the Next Month";
15}
16//# sourceMappingURL=labelNext.js.map
\No newline at end of file