Files
klz-cables.com/.pnpm-store/v10/files/96/689098b5a2d4b11254d0db5e4bc377d2c59da0fdbf23b01a8afd5f5fba4921929121a97ab89972b92ce444c218be8b81600ea574490604ea1211e0000a550f
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

14 lines
351 B
Plaintext

import React from 'react';
/**
* Utility to render a widget on-demand on the client.
*/
export declare const RenderWidget: React.FC<{
/**
* Instance-specific data for this widget
*/
/**
* Unique ID for this widget instance (format: "slug-timestamp")
*/
widgetId: string;
}>;
//# sourceMappingURL=RenderWidget.d.ts.map