Files
klz-cables.com/.pnpm-store/v10/files/03/b5d0ee0cf60b7610dfeb1fa7e6c98ca00162da618ddba18e1fc68fd58215f6ee55394b2872e5e8966d977c6525a603fdfd0447cb5d537750048cae98db43e9
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

17 lines
579 B
Plaintext

import React from 'react';
import './index.scss';
import type { Data, FileSizes, SanitizedCollectionConfig } from 'payload';
export type StaticFileDetailsProps = {
customUploadActions?: React.ReactNode[];
doc: {
sizes?: FileSizes;
} & Data;
enableAdjustments?: boolean;
handleRemove?: () => void;
hasImageSizes?: boolean;
hideRemoveFile?: boolean;
imageCacheTag?: string;
uploadConfig: SanitizedCollectionConfig['upload'];
};
export declare const StaticFileDetails: React.FC<StaticFileDetailsProps>;
//# sourceMappingURL=index.d.ts.map