Files
klz-cables.com/.pnpm-store/v10/files/ca/63050db62fd8f49b3363dc8f17086359cba469ba72ba2b2ed5c661b75783471de328517b9d4993c9af9222594b2eee91eba0c82c47172c1646d89b9a0a00b3
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

3 lines
165 B
Plaintext

import type { Coordinates, ClientRect } from '../../types';
export declare function getRectDelta(rect1: ClientRect | null, rect2: ClientRect | null): Coordinates;