import * as React from 'react'; import Modal, { ModalProps } from '@mui/material/Modal'; const backdropProps: ModalProps['BackdropProps'] = { onEntered: () => console.log('entered'), }; console.log('entered') }}>
;