>,
document.getElementById("c__modals-portal")!,
)}
>
);
};
const ModalFooter = ({ leftActions, rightActions, actions }: ModalProps) => {
if ((leftActions || rightActions) && actions) {
throw new Error("Cannot use leftActions or rightActions with actions");
}
if (!leftActions && !rightActions && !actions) {
return null;
}
return (