UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

7 lines 234 B
import type React from 'react'; export type Props = { CustomComponent?: React.ComponentType<any>; DefaultComponent: React.ComponentType<any>; componentProps?: Record<string, unknown>; }; //# sourceMappingURL=types.d.ts.map