UNPKG

react-day-picker

Version:

Customizable Date Picker for React

21 lines 595 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.formatYearCaption = void 0; exports.formatYearDropdown = formatYearDropdown; /** * Format the years for the dropdown option label. * * @defaultValue `year.toString()` * @group Formatters * @see https://daypicker.dev/docs/translation#custom-formatters */ function formatYearDropdown(year) { return year.toString(); } /** * @private * @deprecated Use `formatYearDropdown` instead. * @group Formatters */ exports.formatYearCaption = formatYearDropdown; //# sourceMappingURL=formatYearDropdown.js.map