Files
klz-cables.com/.pnpm-store/v10/files/69/21e828ec321c31d3ecf7725c6782f028d0f7684584de6f68974d989af33a5cc2f29e5ea44236033653eac3652eef875037d2a4c763d8dc834b9e85a27db41d
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

4 lines
205 B
Plaintext

import type { CustomComponent } from '../../config/types.js';
export type RowLabelComponent = CustomComponent;
export type RowLabel = Record<string, string> | string;
//# sourceMappingURL=RowLabel.d.ts.map