Rocky_Mountain_Vending/.pnpm-store/v10/files/c8/e5eb81b30044737893b1bad405d52c5daa3661f399aec98a9f9691d62b2c18eb81903bcdd3ada01b5887446e95ba95d6ab1afb52dc7038ccfcddbd2b64e572
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
241 B
Text

import type { ErrorInfo } from 'react';
export declare function onCaughtError(thrownValue: unknown, errorInfo: ErrorInfo & {
errorBoundary?: React.Component;
}): void;
export declare function onUncaughtError(thrownValue: unknown): void;