interface ModalBoxFooterProps {
    children?: ReactNode;
    className?: string;
}

Properties

children?: ReactNode

Content rendered inside the modal box footer.

className?: string

Additional classes added to the modal box footer.