UNPKG

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