payload
Version:
Node, React and MongoDB Headless CMS and Application Framework
16 lines • 497 B
TypeScript
/// <reference types="react" />
import type { SanitizedCollectionConfig } from '../../../../collections/config/types';
import type { SanitizedGlobalConfig } from '../../../../exports/types';
export type Props = {
className?: string;
collection?: SanitizedCollectionConfig;
data?: {
id?: string;
};
element?: React.ElementType;
fallback?: string;
global?: SanitizedGlobalConfig;
title?: string;
useAsTitle?: string;
};
//# sourceMappingURL=types.d.ts.map