Files
klz-cables.com/.pnpm-store/v10/files/c4/028fa97ba280454523d10bd2268171f217ce2b1bf6c4572f202444736f83d1c3af211063bb2205473535f7fb05ac09717e91203ba75e6e20f85e2c484acb4f
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
165 B
Plaintext

import type { ClientRect } from '../../types';
export declare function inverseTransform(rect: ClientRect, transform: string, transformOrigin: string): ClientRect;