Files
klz-cables.com/.pnpm-store/v10/files/75/d728ab1f50799339562c473dc9bf5c6e9f2f25ec6bb2307d469d5e4f1bc1a9c8250750b952280055268dd8c737eeef6f03826aaec3b43886da4a0d57f6cb41
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
195 B
Plaintext

type Props = {
message: string;
redirectTo: string;
};
export declare function ToastAndRedirect({ message, redirectTo }: Props): any;
export {};
//# sourceMappingURL=index.client.d.ts.map