@flowie-app/ocr-extractor
Version:
Ocr extractor for React
4 lines (3 loc) • 367 B
TypeScript
import 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;