UNPKG

304 BTypeScriptView Raw
1import type { DateLibOptions } from "../classes/DateLib.js";
2/**
3 * The ARIA label for the years dropdown.
4 *
5 * @defaultValue `"Choose the Year"`
6 * @group Labels
7 * @see https://daypicker.dev/docs/translation#aria-labels
8 */
9export declare function labelYearDropdown(options?: DateLibOptions): string;