Files
klz-cables.com/.pnpm-store/v10/files/35/111ea93c782f5d977a695892a6a11d25277fa4537fc301f8c2cafccf1740c42c6970cd8f1e7996a7a5858a2f2513e2a7c343711c7008964587f8441c9cee90
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
285 B
Plaintext

import { IPropertyListDescriptor } from '../IPropertyDescriptor';
import { LengthPercentage } from '../types/length-percentage';
export declare type TransformOrigin = [LengthPercentage, LengthPercentage];
export declare const transformOrigin: IPropertyListDescriptor<TransformOrigin>;