Rocky_Mountain_Vending/.pnpm-store/v10/files/06/bdb7bbd5531952983c5bc51cfafc501a3c6fdaa8f7dd1494cf67c61cd57f5595376ac6c0b68add26fcda8ae5cfd934367d042ae26d06cadc75191b56d9dfe5
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

5 lines
239 B
Text

export declare function ShortcutRecorder({ value, onChange, }: {
value: string[] | null;
onChange: (value: string | null) => void;
}): import("react/jsx-runtime").JSX.Element;
export declare const SHORTCUT_RECORDER_STYLES: string;