Files
klz-cables.com/.pnpm-store/v10/files/d1/8bc4f552ca69eae445e3b3ec4479437297ebc6cb38be0a099b6ed090d5ad5d8e5c3f34f623237642fae81b5445c3900d1c13d26640052cb8cbc7bcef4abf47
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
192 B
Plaintext

import { ICSSImage } from '../types/image';
import { IPropertyValueDescriptor } from '../IPropertyDescriptor';
export declare const listStyleImage: IPropertyValueDescriptor<ICSSImage | null>;