Element corresponding to a modal footer.
An example of a modal footer:
{ tag: 'ModalFooter', children: [{ tag: 'button', props: { style: { marginBottom: '0' }, className: 'custom-button' }, children: 'Close' }] }
HTML children as an array of IStandardElement or as a string.
No props supported for modal footer.
Must be ModalFooter.
Generated using TypeDoc
Element corresponding to a modal footer.
An example of a modal footer:
{ tag: 'ModalFooter', children: [{ tag: 'button', props: { style: { marginBottom: '0' }, className: 'custom-button' }, children: 'Close' }] }