Files
klz-cables.com/.pnpm-store/v10/files/2e/f07b50e0c92eb00df90d1d1dbfb9383c6a32bbcd35fc8e1613c0459877dd7e906fed1d3e3339fc032fc759c0658948cdf8d5cf15ab71a166fa0d9efaf87119
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
162 B
Plaintext

import type { ClientRect } from '../../types';
export declare function useRects(elements: Element[], measure?: (element: Element) => ClientRect): ClientRect[];