Files
avz-site/node_modules/react-day-picker/dist/esm/labels/labelNav.d.ts
T
2026-05-30 19:59:39 -03:00

10 lines
264 B
TypeScript

/**
* Generates the ARIA label for the navigation toolbar.
*
* @defaultValue `""`
* @returns The ARIA label for the navigation toolbar.
* @group Labels
* @see https://daypicker.dev/docs/translation#aria-labels
*/
export declare function labelNav(): string;