interface ModalBoxHeaderProps {
    children?: ReactNode;
    className?: string;
    help?: ReactNode;
}

Properties

children?: ReactNode

Content rendered inside the modal box header.

className?: string

Additional classes added to the modal box header.

help?: ReactNode

Optional help section for the modal box header.