this is backdrop.tsx:
interface BacdropProps { open?: string; onClick: () => void; } const Backdrop: React.FC = (props) => { let