Files
klz-cables.com/.pnpm-store/v10/files/6d/b5898100d84f6c500c4b6e2603c0f283fab0739f5dde5a6453c6fe46658e27ef38595836b50f787ec852aab3674c18bbf107557bea7373cdac403005067eda
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

9 lines
367 B
Plaintext

import { buildFeedbackIntegration } from './integration';
type FeedbackIntegration = ReturnType<typeof buildFeedbackIntegration>;
/**
* This is a small utility to get a type-safe instance of the Feedback integration.
*/
export declare function getFeedback(): ReturnType<FeedbackIntegration> | undefined;
export {};
//# sourceMappingURL=getFeedback.d.ts.map