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) 173 B
import { FC } from 'react'; import { IMakeWatcherProps } from '../../interfaces/make-watcher'; declare const MakeWatcher: FC<IMakeWatcherProps>; export default MakeWatcher;