SimpleModal
Function: SimpleModal()
function SimpleModal(props: PropsWithChildren<SimpleModalProps>, context?: any): null | ReactElement
Defined in: src/components/Modal.tsx:117
Parameters
props
PropsWithChildren
<SimpleModalProps
>
context?
any
Returns
null
| ReactElement