Skip to main content
const ModalDescription: ForwardRefExoticComponent<DialogDescriptionProps & RefAttributes<HTMLParagraphElement>> = DialogDescription;
The ModalDescription component is the same as the DialogDescription component from Radix UI. It is intended to be used with the Modal component.

See