UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

8 lines 251 B
import type { SanitizedCollectionConfig } from '../../../../collections/config/types'; export type Props = { buttonId?: string; collection?: SanitizedCollectionConfig; id?: string; title?: string; }; //# sourceMappingURL=types.d.ts.map