Files
klz-cables.com/.pnpm-store/v10/files/99/583e765a43f9cf15cb2f2137bfc836f01ca54352c3adf878f8a1f2adbc4c2d986df7bb9c7b3fbcd52c4d8e54bc47f06f5ff8984c65a55f690d6eae45d0b6fe
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

7 lines
224 B
Plaintext

import type { CollisionDetection } from './types';
/**
* Returns the closest rectangles from an array of rectangles to the corners of
* another rectangle.
*/
export declare const closestCorners: CollisionDetection;