export type DialogHeaderProps = React.HTMLAttributes export function DialogHeader(props: DialogHeaderProps) { return (
{props.children}
) }