UNPKG

react-hyper-modal

Version:

Fully customizable and accessible modal react component

4 lines (3 loc) 142 B
import * as React from 'react'; import { ModalStackProps } from '../../types'; export declare const ModalStack: React.FC<ModalStackProps>;