import { cn } from '@/lib/utils'; import type { DialogHeaderProps } from './types'; export function DialogHeader({ children, className, }: DialogHeaderProps) { return (