Files
klz-cables.com/.pnpm-store/v10/files/8d/62e352f0b24e061b1debce517dade38f9f9ffc68f8c4c9290c9af789671195377d141631dfc303743ea4aaf194e1421d96501fde224d01fd6e0347c0f9714b
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
132 B
Plaintext

import type { Transform } from '@dnd-kit/utilities';
export declare function parseTransform(transform: string): Transform | null;