Rocky_Mountain_Vending/.pnpm-store/v10/files/f9/1a583a894a02a4795111a62bda9ed38e74ab6ed40dbb4d408fae3ade1f473ee5a4cbee072120c46358511ea41e9ca66f44685149441b9e7f71847a39ab26a2
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

7 lines
288 B
Text

type ErrorOverlayDialogBodyProps = {
children?: React.ReactNode;
onClose?: () => void;
};
export declare function ErrorOverlayDialogBody({ children, }: ErrorOverlayDialogBodyProps): import("react/jsx-runtime").JSX.Element;
export declare const DIALOG_BODY_STYLES = "";
export {};