UNPKG

react-mindee-js

Version:
4 lines (3 loc) 366 B
/// <reference types="react" /> import { AnnotationViewerProps } from '../common/types'; export default function AnnotationViewer({ id: containerId, getPointerPosition, onShapeMouseEnter, onShapeMultiSelect, onShapeMouseLeave, customZoomLevel, customStagePosition, getStage, style, onShapeClick, options: customOptions, data, }: AnnotationViewerProps): JSX.Element;