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 { IMakeTableProps } from '../../interfaces/make-table'; declare const MakeTable: FC<IMakeTableProps>; export default MakeTable;