ModalProps: The properties passed to the Modal component.
A boolean that indicates if the modal is open.
A function that is called to close the modal.
The elements to be rendered in the modal.
The CSS properties to be applied to the modal.
Generated using TypeDoc
ModalProps: The properties passed to the Modal component.
Param
A boolean that indicates if the modal is open.
Param
A function that is called to close the modal.
Param
The elements to be rendered in the modal.
Param
The CSS properties to be applied to the modal.