Rocky_Mountain_Vending/.pnpm-store/v10/files/07/3601e72092f6745e61681c235fb43cb0e8a37224f28683cfa4de152b0fd3a0a433d7d4a84bf1c5de40c23ef97c313d02248c0917c2501a83e5c54597f71452
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

9 lines
405 B
Text

import type { AppPageModule } from './route-modules/app-page/module';
export declare function wrapClientComponentLoader(ComponentMod: AppPageModule): AppPageModule['__next_app__'];
export declare function getClientComponentLoaderMetrics(options?: {
reset?: boolean;
}): {
clientComponentLoadStart: number;
clientComponentLoadTimes: number;
clientComponentLoadCount: number;
} | undefined;