Rocky_Mountain_Vending/.pnpm-store/v10/files/91/0c88b50c01bea813734a7aefb6493a8928f1d2e7479f55c4b30e7a6ff347236f4f87c991c0a71f37e4edcde73147cd85ec8e23e2ac6e98234db1dba5f6d6c4
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

2 lines
158 B
Text

import { Rectangle } from "./types.js";
export declare function getIntersectingRectangle(rectOne: Rectangle, rectTwo: Rectangle, strict: boolean): Rectangle;