UNPKG

react-day-picker

Version:

Customizable Date Picker for React

11 lines (10 loc) 207 B
/** * The ARIA label for the navigation toolbar. * * @defaultValue `""` * @group Labels * @see https://daypicker.dev/docs/translation#aria-labels */ export function labelNav(): string { return ""; }