UNPKG

207 BPlain TextView Raw
1/**
2 * The ARIA label for the navigation toolbar.
3 *
4 * @defaultValue `""`
5 * @group Labels
6 * @see https://daypicker.dev/docs/translation#aria-labels
7 */
8export function labelNav(): string {
9 return "";
10}