Files
klz-cables.com/.pnpm-store/v10/files/59/5770c2a5f0e71cf1d224ba5c53925e50664bf52dc7cf424a94940ba73f52a5630717032766e37918b11f9fcccfc2edbec1a42f9f0c16a6979fec355af75816
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
130 B
Plaintext

import type { ClientRect } from '../../types';
export declare function getWindowClientRect(element: typeof window): ClientRect;