Files
klz-cables.com/.pnpm-store/v10/files/13/6d313c3e675836c80f2070711f3c740fe116bb5e9c02867527699ad529ef6b7b07679f8fc61ac410192c7d48939d376d0ab04c5fb99881049572ee70f90d2c
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

9 lines
190 B
Plaintext

export declare function getScrollElementRect(element: Element): {
top: number;
left: number;
right: number;
bottom: number;
width: number;
height: number;
};