Files
klz-cables.com/.pnpm-store/v10/files/f4/1e646424c7bcf46cc8428fc5a92dd14f81bf1abdc5146c8f5646947f8cc9efc05ecffc50576df98dac748ca4553e9b38e35bc0d0d9721af17354b6407d3a4d
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

4 lines
225 B
Plaintext

import type { Transform } from '@dnd-kit/utilities';
import type { ClientRect } from '../../types';
export declare function adjustScale(transform: Transform, rect1: ClientRect | null, rect2: ClientRect | null): Transform;