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