Files
klz-cables.com/.pnpm-store/v10/files/4c/21b6f2b96d8a92ad09a1b189e6eb7ac70b39e1c33b30066176987b0356b63933271c617c71b8d0e0d9941a904e5e44aa877f582d837209f815f826c3009691
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

5 lines
268 B
Plaintext

import React from 'react';
import type { EditFormProps } from './types.js';
import './index.scss';
export declare function EditForm({ resetUploadEdits, submitted, updateUploadEdits, uploadEdits, }: EditFormProps): React.JSX.Element;
//# sourceMappingURL=index.d.ts.map