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>
8 lines
No EOL
445 B
Text
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 |