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) 178 B
import { FC } from 'react'; import { IMakeTextareaProps } from '../../interfaces/make-textarea'; declare const MakeTextarea: FC<IMakeTextareaProps>; export default MakeTextarea;