Rocky_Mountain_Vending/.pnpm-store/v10/files/23/4b9761bb31403eeb6a11f0b840e9815798b7157a13f82c3a1d69f354eea147c8bd8cb5130579861822119bf7fdb35cd1e4a7c90dc5262256e462849a41186c
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

5 lines
229 B
Text

type OverlayBackdropProps = {
fixed?: boolean;
} & React.HTMLAttributes<HTMLDivElement>;
export declare function OverlayBackdrop({ fixed, ...props }: OverlayBackdropProps): import("react/jsx-runtime").JSX.Element;
export {};