Rocky_Mountain_Vending/.pnpm-store/v10/files/7e/76bd42870ae516b1c62b8b5477e8f6dabeeb477d92cbb776ddd7173239814a04388cc9b0c52102e029c734f747a59221a6f427c9f8e0aa6cfd3a106fa95b55
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
354 B
Text

import type { OriginalStackFrame } from '../../../../shared/stack-frame';
interface CallStackProps {
frames: readonly OriginalStackFrame[];
dialogResizerRef: React.RefObject<HTMLDivElement | null>;
}
export declare function ErrorOverlayCallStack({ frames, dialogResizerRef, }: CallStackProps): import("react/jsx-runtime").JSX.Element;
export {};