Rocky_Mountain_Vending/.pnpm-store/v10/files/4c/7e466dd47a61c108b989ed85a7820e9f3fdf50636956d9ab81f73c1ae191c2c9ffe8af6ceb356cb5261d685b5687249a9bb135bc4862014d230d8eed2fcd62
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

3 lines
228 B
Text

import { type OverlayProps } from '../../overlay/overlay';
export declare function ErrorOverlayOverlay({ children, ...props }: OverlayProps): import("react/jsx-runtime").JSX.Element;
export declare const OVERLAY_STYLES: string;