function Dialog(props): null | ReactPortal;Defined in: account-kit/react/src/components/dialog/dialog.tsx:28
Dialog component that renders a modal dialog.
| Parameter | Type | Description |
|---|---|---|
|
| The props for the Dialog component. |
null | ReactPortal
The rendered Dialog component.