DialogBody
constDialogBody:React.FC<DialogBodyProps>
Defined in: src/components/feedback/Dialog/DialogBody.tsx:23
DialogBody renders the scrollable content area of a Dialog.
Example
Section titled “Example”<DialogBody> <p>Dialog content goes here.</p></DialogBody>