Rocky_Mountain_Vending/.pnpm-store/v10/files/b9/b9d37e0df06e1548c8fecf372e6f6c3ad8db0635a2ab0a4852c50634606955cab541c0825aaa7f16fb9dbe5fe0182eaa362d5dc7907bb8297b73910c2ea472
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

8 lines
No EOL
445 B
Text

/**
* Merge client rects together and remove small ones. This may result in a larger overall
* size than that of the individual client rects.
* We use this to simulate a finger tap on those targets later on.
* @param {LH.Artifacts.Rect[]} clientRects
*/
export function getTappableRectsFromClientRects(clientRects: LH.Artifacts.Rect[]): import("../../types/lhr/audit-details.js").default.Rect[];
//# sourceMappingURL=tappable-rects.d.ts.map