Files
klz-cables.com/.pnpm-store/v10/files/b8/8c6575da58657c498908ed348527d30f7a8834177f0f6552063b6bf50360b13d64a10cea7235650a962a02d57fcf86d8e89f54fae47c232915b0becd153793
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
258 B
Plaintext

import { IPropertyIdentValueDescriptor } from '../IPropertyDescriptor';
export declare const enum FONT_STYLE {
NORMAL = "normal",
ITALIC = "italic",
OBLIQUE = "oblique"
}
export declare const fontStyle: IPropertyIdentValueDescriptor<FONT_STYLE>;