Files
klz-cables.com/.pnpm-store/v10/files/cc/48d17a946910f0b22f202223c9ecf30d8d606d9d6616be7e76a57c5aea75c72686e8aff5b75c17fe8a76b4564c99762a5cf6faf005e175bc55322117d2bc6a
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

15 lines
301 B
Plaintext

export declare function getScrollPosition(scrollingContainer: Element): {
isTop: boolean;
isLeft: boolean;
isBottom: boolean;
isRight: boolean;
maxScroll: {
x: number;
y: number;
};
minScroll: {
x: number;
y: number;
};
};