Rocky_Mountain_Vending/.pnpm-store/v10/files/33/df4a872dc78b2d5d5adecb492701194946fd3d619d664c7584ad56b087e75fc690e5545a488bd8d5a23ae989a2f52fbfc37b586a5ae704c5d7ce562c5ccbbe
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
179 B
Text

type DialogHeaderProps = React.HTMLAttributes<HTMLDivElement>;
export declare function DialogHeader(props: DialogHeaderProps): import("react/jsx-runtime").JSX.Element;
export {};