Rocky_Mountain_Vending/.pnpm-store/v10/files/0c/9858f8c9301e6c8bd5d82576f9327fc8ad0b70d52fa21562aa530f5de6f3614c88c3cb148234caf1db41df1ede669d36b047205325efeec89136e603359e72
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

16 lines
No EOL
550 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.labelMonthDropdown = labelMonthDropdown;
/**
* Generates the ARIA label for the months dropdown.
*
* @defaultValue `"Choose the Month"`
* @param options - Optional configuration for the date formatting library.
* @returns The ARIA label for the months dropdown.
* @group Labels
* @see https://daypicker.dev/docs/translation#aria-labels
*/
function labelMonthDropdown(options) {
return "Choose the Month";
}
//# sourceMappingURL=labelMonthDropdown.js.map