react-mindee-js
Version:
Front-End Computer Vision SDK for React
4 lines (3 loc) • 366 B
TypeScript
/// <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;