UNPKG

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