RenderHTMLPassedProps
export
Defined in packages/render-html/src/shared-types.ts
Props passed to internal and custom renderers.
#
FieldsrenderersProps
#
optional
Props to use in custom renderers with useRendererProps
.
Remarks
- When you use the hook, you'll get this object deep-merged with default renderers props.
- Typescript users: If you need to add fields to the ​
RenderersProps
interface, you should use module augmentation: