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) 168 B
import { FC } from 'react'; import { IMakeSelectProps } from '../../interfaces/make-select'; declare const MakeSelect: FC<IMakeSelectProps>; export default MakeSelect;