Files
klz-cables.com/.pnpm-store/v10/files/f0/84dcc3bdf2546786be2907b4bba4d529029a723dd830b0f0fe1542032d8190a655dae6add8a850c21d3e14ffbe9b7cf850a239b06d45d8b9d67b25bb95ad56
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
243 B
Plaintext

import React from 'react';
import './index.scss';
export type Props = {
defaultMessage?: string;
successMessage?: string;
value?: string;
};
export declare const CopyToClipboard: React.FC<Props>;
//# sourceMappingURL=index.d.ts.map