react-day-picker
Version:
Customizable Date Picker for React
10 lines (9 loc) • 296 B
TypeScript
import type { LabelOptions } from "../lib/dateLib.js";
/**
* The ARIA label for the years dropdown.
*
* @defaultValue `"Choose the Year"`
* @group Labels
* @see https://daypicker.dev/docs/translation#aria-labels
*/
export declare function labelYearDropdown(options?: LabelOptions): string;