Files
klz-cables.com/.pnpm-store/v10/files/f8/50de7be1b52cf73c76100a650dcf228b2092056efb9fc4109279b091cc75ef89298f5e9f96f05a492d8a195e2e86d3660a335d3479668f9e6849860882c015
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

7 lines
227 B
Plaintext

import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor';
export declare enum LINE_BREAK {
NORMAL = "normal",
STRICT = "strict"
}
export declare const lineBreak: IPropertyIdentValueDescriptor<LINE_BREAK>;