Element corresponding to a modal body.
An example of a modal body:
{ tag: 'ModalBody', children: [{ tag: 'span', children: 'Custom content!' }] }
HTML children as an array of IStandardElement or as a string.
No props supported for modal body.
Must be ModalBody.
Generated using TypeDoc
Element corresponding to a modal body.
An example of a modal body:
{ tag: 'ModalBody', children: [{ tag: 'span', children: 'Custom content!' }] }