UNPKG

react-modal-vz

Version:
8 lines (7 loc) 204 B
/// <reference types="react" /> interface IModalPortalProps { children?: React.ReactNode; id?: string; } declare const ModalPortal: React.FC<IModalPortalProps>; export default ModalPortal;