import React, { PropsWithChildren } from 'react'; import Modal, { ModalProps } from '@/Components/Modal'; ConfirmationModal.Content = function ConfirmationModalContent({ title, children, }: PropsWithChildren<{ title: string }>) { return (