Files
klz-cables.com/.pnpm-store/v10/files/fd/d7248d6341bb20a503acae52c22ab9a4944ae90772b5852983a4ab968bf79c79cbbb02102508b2a3f96b7d9b2209822653485df7535a6c97731f8b90c2297c
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
329 B
Plaintext

import { IPropertyTypeValueDescriptor } from '../IPropertyDescriptor';
export declare const paddingTop: IPropertyTypeValueDescriptor;
export declare const paddingRight: IPropertyTypeValueDescriptor;
export declare const paddingBottom: IPropertyTypeValueDescriptor;
export declare const paddingLeft: IPropertyTypeValueDescriptor;