UNPKG

@scrumble-nl/react-quick-modal

Version:

A quick and easy wrapper around react-bootstrap modal, you can add or remove a modal from anywhere in your application with a few simple steps.

4 lines (3 loc) 118 B
import React from 'react'; declare const ModalRenderer: () => React.JSX.Element | null; export default ModalRenderer;