UNPKG

dynamic-modal

Version:

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

4 lines (3 loc) 121 B
import { FC } from 'react'; import { IPortal } from '../../interfaces/portal'; export declare const Portal: FC<IPortal>;