AbdulElahGwaith's picture
Upload folder using huggingface_hub
cf86710 verified
/**
* 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 function labelNav(): string {
return "";
}