Rocky_Mountain_Vending/.pnpm-store/v10/files/5d/dc0e3498f6cf14bab7e1661fb84c9a3e2e173462bda9b0a8177a107355eac2f5a554853196ae3ab284291058d90fc7d2fa07838d50153a4af3ed9587f140c8
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

4 lines
331 B
Text

import type { HydrationErrorState } from '../../shared/hydration-error';
export declare function getSquashedHydrationErrorDetails(error: Error): HydrationErrorState | null;
export declare function attachHydrationErrorState(error: Error): void;
export declare function storeHydrationErrorStateFromConsoleArgs(...args: any[]): void;