react-mindee-js
Version:
Front-End Computer Vision SDK for React
5 lines (3 loc) • 383 B
TypeScript
import { default as React } from '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): React.JSX.Element;