Rocky_Mountain_Vending/.pnpm-store/v10/files/f4/7d57b978fb713c610c4feae5b6793d3fd8a43e979db545761ff4b7740c8c6a61e58d7b2ec73f613b49a299a2259840d2ee1d217689fff12f5ec9d1ebcf08bf
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

7 lines
293 B
Text

import type { JSX } from 'react';
export declare function createServerInsertedHTML(): {
ServerInsertedHTMLProvider({ children }: {
children: JSX.Element;
}): import("react/jsx-runtime").JSX.Element;
renderServerInsertedHTML(): import("react/jsx-runtime").JSX.Element[];
};