diff --git a/packages/react/components/Dialog/Component.tsx b/packages/react/components/Dialog/Component.tsx index f4bdc36..3ffa65d 100644 --- a/packages/react/components/Dialog/Component.tsx +++ b/packages/react/components/Dialog/Component.tsx @@ -170,11 +170,11 @@ const [dialogContentVariant, resolveDialogContentVariant] = vcn({ }, }); -interface DialogContent +interface DialogContentProps extends React.ComponentPropsWithoutRef<"div">, Omit, "opened"> {} -const DialogContent = React.forwardRef( +const DialogContent = React.forwardRef( (props, ref) => { const [{ opened }] = useDialogContext(); const [variantProps, otherPropsCompressed] = resolveDialogContentVariant({