UNPKG

@rsksmart/rif-ui

Version:

Exposes common components to be re used in RIF projects

6 lines (5 loc) 205 B
import { FC } from 'react'; import { ModalProps as MUIModalProps } from '@material-ui/core'; export declare type ModalProps = MUIModalProps; declare const Modal: FC<ModalProps>; export default Modal;