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) 180 B
import { IModal } from './interfaces/modal'; export declare const Modal: ({ open, close, config }: IModal) => import("react/jsx-runtime").JSX.Element | null; export default Modal;