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

9 lines
307 B
Plaintext

import { IPropertyListDescriptor } from '../IPropertyDescriptor';
export declare const enum BACKGROUND_CLIP {
BORDER_BOX = 0,
PADDING_BOX = 1,
CONTENT_BOX = 2
}
export declare type BackgroundClip = BACKGROUND_CLIP[];
export declare const backgroundClip: IPropertyListDescriptor<BackgroundClip>;