Rocky_Mountain_Vending/.pnpm-store/v10/files/21/05e692795d588391e88290a71fc28f533c31763b3c3db747cff88f822d29974311c4d4da1a1f20eb6802e432b89c1ded99f3c1ba8704c9695e80f5830f3548
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

11 lines
437 B
Text

/**
* Generates the ARIA label for the "previous month" button.
*
* @defaultValue `"Go to the Previous Month"`
* @param month - The date representing the previous month, or `undefined` if
* there is no previous month.
* @returns The ARIA label for the "previous month" button.
* @group Labels
* @see https://daypicker.dev/docs/translation#aria-labels
*/
export declare function labelPrevious(month: Date | undefined): string;