Files
klz-cables.com/.pnpm-store/v10/files/c1/96ac2358eb5493ec7bbe88760d2c1f3ad1083dafbcab2643104a25357a16789f91b495b9373808f27215f09ba46eb1d195dfefdf929bc7ff9eedbfbb3df130
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

20 lines
620 B
Plaintext

import type { JsonObject } from 'payload';
import React from 'react';
import type { ReloadDoc } from '../types.js';
import './index.scss';
type Props = {
readonly className?: string;
readonly displayPreview?: boolean;
readonly fileDoc: {
relationTo: string;
value: JsonObject;
};
readonly onRemove?: () => void;
readonly readonly?: boolean;
readonly reloadDoc: ReloadDoc;
readonly serverURL: string;
readonly showCollectionSlug?: boolean;
};
export declare function UploadComponentHasOne(props: Props): React.JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map