{props.showDivider && (
// TODO: the -mx-8 is causing overflow in the dialog buttons
)}
{props.children}
);
}
DialogContent.displayName = "DialogContent";
export const DialogTrigger: ForwardRefExoticComponent<
DialogPrimitive.DialogTriggerProps & React.RefAttributes