Files
klz-cables.com/.pnpm-store/v10/files/8a/13427c2090b862c436e4b6bcafac8dc29d1b2b7e185ddfb9cd766ce4f2b3ec1c9a86416054a91c8ad918518c103c310555dd2fb3019c1af675f8c5bca0cda0
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

5 lines
321 B
Plaintext

import type { Coordinates } from '../../types';
export declare function getScrollXCoordinate(element: Element | typeof window): number;
export declare function getScrollYCoordinate(element: Element | typeof window): number;
export declare function getScrollCoordinates(element: Element | typeof window): Coordinates;