Files
klz-cables.com/.pnpm-store/v10/files/f8/3b32f80198ba213e64807ce9d5693729b290c0d44276e563aec4ee628c86cb0b31a685def347564c6791859cad5906a2a35668bdc5c71444ccfb4410e36921
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
274 B
Plaintext

import React from 'react';
export type GenerateConfirmationProps = {
highlightField: (Boolean: any) => void;
setKey: () => void;
};
export declare function GenerateConfirmation(props: GenerateConfirmationProps): React.JSX.Element;
//# sourceMappingURL=index.d.ts.map