UNPKG

@flowie-app/ocr-extractor

Version:
4 lines (3 loc) 259 B
import React from 'react'; import { AnnotationLensProps } from '../common/types'; export default function AnnotationLens({ id: containerId, zoomLevel, pointerPosition, getStage, style, options: customOptions, data, }: AnnotationLensProps): React.JSX.Element;