Skip to main content
const ModalClose: ForwardRefExoticComponent<DialogCloseProps & RefAttributes<HTMLButtonElement>> = DialogClose;
The ModalClose component is the same as the DialogClose component from Radix UI. It is intended to be used with the Modal component.

See