Files
klz-cables.com/.pnpm-store/v10/files/31/2a84efe8b9fa82d1408e624b91560678e857d45f5d123abdba3d8f8c7031ffb0a6cfc998e6c47192ba1b7bdb0653c2c0c35d7f8f9e0394f6775fbf5fe99885
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
317 B
Plaintext

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