DialogHeader
constDialogHeader:React.FC<DialogHeaderProps>
Defined in: src/components/feedback/Dialog/DialogHeader.tsx:32
DialogHeader renders the title, optional description, and close button for a Dialog.
Example
Section titled “Example”<DialogHeader description="This cannot be undone"> Delete Item</DialogHeader>