Files
klz-cables.com/.pnpm-store/v10/files/6c/ed323ece3b7af6480044d844699bcb63712eadf607fba4e15f3e44334252a09fc46dc456670d454c310a543f80daabc0d1fa56d6e604816aa431ba82898bf4
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

8 lines
260 B
Plaintext

import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor';
export declare enum WORD_BREAK {
NORMAL = "normal",
BREAK_ALL = "break-all",
KEEP_ALL = "keep-all"
}
export declare const wordBreak: IPropertyIdentValueDescriptor<WORD_BREAK>;