DialogOutlet
import { DialogOutlet } from 'react-dialog-async';Outlet component where dialogs opened with useDialog() will be rendered. Must be used within a <DialogProvider/>.
<DialogProvider> <App /> <DialogOutlet/></DialogProvider>Signature
Section titled “Signature”function DialogOutlet(): JSX.ElementThis component does not accept any props.