UNPKG

@surveycake/rc

Version:

react component of surveycake

7 lines (6 loc) 219 B
import { ModalProps } from '@material-ui/core/Modal'; import { BackdropProps } from '@material-ui/core/Backdrop'; interface ModalType extends ModalProps { backdropProps: BackdropProps; } export { ModalType };