Rocky_Mountain_Vending/.pnpm-store/v10/files/6d/2da3f83f808bd8dc8951c6c806be15f775a01675e2019a7ce0a2f9f1432f74af161f9c5568b9e462e724e878accfbbd95be7c6d62564bd98000524cf334ff5
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
206 B
Text

import type { HydrationOptions } from 'react-dom/client';
export declare function isRecoverableError(error: Error): boolean;
export declare const onRecoverableError: HydrationOptions['onRecoverableError'];