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.

8 lines (7 loc) 255 B
export default ImagePointer; declare function ImagePointer({ src, maxHeight, itemData, isDarkMode }: { src: any; maxHeight?: string | undefined; itemData: any; isDarkMode?: boolean | undefined; }): import("react/jsx-runtime").JSX.Element;