UNPKG

react-image-pointer

Version:

A React component for creating interactive images with clickable points and information cards connected by lines. Enhanced with improved modal, better performance, and enhanced interactivity.

6 lines (5 loc) 142 B
export default Modal; declare function Modal({ src, onClose }: { src: any; onClose: any; }): import("react/jsx-runtime").JSX.Element;