ReactGroupMapping
Definition of a group - its jsx, and behaviour.
Extends
Omit<GroupMapping<any>,"templateIdResolver"|"template"|"templateId"|"parameters">
Properties
jsx()?
optionaljsx: (ctx) =>any
JSX used to render this group type. Optional; if you do not supply it a default template will be used.
Parameters
ctx
JsxWrapperProps<Group>
Returns
any