payload
Version:
Node, React and MongoDB Headless CMS and Application Framework
10 lines • 352 B
TypeScript
import type { SanitizedCollectionConfig } from '../../../../collections/config/types';
export type Props = {
className?: string;
collection?: SanitizedCollectionConfig;
doc?: Record<string, unknown>;
fileSrc?: string;
imageCacheTag?: string;
size?: 'expand' | 'large' | 'medium' | 'small';
};
//# sourceMappingURL=types.d.ts.map