import React from 'react'; import { Dialog as RACDialog, type DialogProps } from 'react-aria-components'; import { twMerge } from 'tailwind-merge'; export function Dialog(props: DialogProps) { return ( &]:p-4 `, props.className, )} /> ); } export { DialogTrigger } from 'react-aria-components';