Rocky_Mountain_Vending/.pnpm-store/v10/files/01/7262998ffc40d215ef61784debf57d807020acd2053079d982d9ac7c571e74fca9e0a59692379ea82a93f9fe51a82f71ab5953dad77c34d18c75a7a34c4da4
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

9 lines
264 B
Text

/**
* 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;