Files
klz-cables.com/.pnpm-store/v10/files/a7/07ff52430505edf1142a791f132827190ee7749dddaa12c376c235cd0dd7ba78a6ef4140338e520844b7f2b2737976cda8be76098011ec7adbbb998bcb70a4
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
259 B
Plaintext

import React from 'react';
export declare const RenderComponent: React.FC<{
readonly Component?: React.ComponentType | React.ComponentType[];
readonly Fallback?: React.ComponentType;
readonly props?: object;
}>;
//# sourceMappingURL=index.d.ts.map