Files
klz-cables.com/.pnpm-store/v10/files/07/cf7a75d87ec7cfbd650e1aa3939a4ae2236864a627751d5f27fa1ff36d9b94a6752380aad03ac3a8e319c2bca5b4424294c0a783840bb183be987833ad86ea
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

6 lines
357 B
Plaintext

import { IPropertyListDescriptor } from '../IPropertyDescriptor';
import { LengthPercentageTuple } from '../types/length-percentage';
export declare type BackgroundPosition = BackgroundImagePosition[];
export declare type BackgroundImagePosition = LengthPercentageTuple;
export declare const backgroundPosition: IPropertyListDescriptor<BackgroundPosition>;