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

10 lines
320 B
Plaintext

import React from 'react';
import './index.scss';
type Props = {
readonly children: React.ReactNode;
readonly className?: string;
readonly size?: 'medium' | 'small';
};
export declare function UploadCard({ children, className, size }: Props): React.JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map