UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

10 lines 252 B
import type { ElementType } from 'react'; export type Props = { actions?: React.ReactNode; buttonAriaLabel?: string; id?: string; onClick?: () => void; title: string; titleAs?: ElementType; }; //# sourceMappingURL=types.d.ts.map