UNPKG

dynamic-modal

Version:

The dynamic-modal is a solution of creation different modals into project using a json configuration file

5 lines (4 loc) 163 B
import { FC } from 'react'; import { IMakeInputProps } from '../../interfaces/make-input'; declare const MakeInput: FC<IMakeInputProps>; export default MakeInput;