Skip to main content
const ModalContent: ForwardRefExoticComponent<ModalContentProps & RefAttributes<HTMLDivElement>>;
The ModalContent component is a wrapper around a DialogOverlay and DialogContent. It is intended to be used with the Modal component.

See