showModal
Function: showModal()
function showModal(
modal: ReactNode,
parent?: EventTarget,
props?: ShowModalProps): ShowModalResult
Defined in: src/components/Modal.tsx:47
Parameters
modal
ReactNode
parent?
EventTarget
props?
ShowModalProps
= ...