Rocky_Mountain_Vending/.pnpm-store/v10/files/7a/cdb9c07d5a30beac4d9bf641497337aae1c9aa374efb4eefc920fca8ae6e7cd9b3bbf3a2fe956a5748d6cc4e471b48c67f77d4963e9ac772710ff7d8204656
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

10 lines
288 B
Text

import React from 'react';
export declare const HeadManagerContext: React.Context<{
updateHead?: (state: any) => void;
mountedInstances?: any;
updateScripts?: (state: any) => void;
scripts?: any;
getIsSsr?: () => boolean;
appDir?: boolean;
nonce?: string;
}>;