Rocky_Mountain_Vending/.pnpm-store/v10/files/61/14fe044c9fbaf30b64c53801d06f7a212bb9eca3ebd499093cb23ec5d37ed6c0549540b5802a6526dffb45ef35ff0d3bbef95294a26ebbb4d5da09c5888506
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

4 lines
210 B
Text

import type { FormatLong } from "../../locale/types.js";
type LongFormatter = (pattern: string, formatLong: FormatLong) => string;
export declare const longFormatters: Record<string, LongFormatter>;
export {};