Files
klz-cables.com/.pnpm-store/v10/files/d1/62599a57bb1e016cbcbdf4ce6c1202af64f94d17005c1fea943c80f9ebc0641c832d6cf32e4e4bfa4ba74e75ca2cf010d0b7faffebbe2241170953f62d6e3f
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

5 lines
226 B
Plaintext

import { IPropertyListDescriptor } from '../IPropertyDescriptor';
export declare type FONT_FAMILY = string;
export declare type FontFamily = FONT_FAMILY[];
export declare const fontFamily: IPropertyListDescriptor<FontFamily>;