UNPKG

react-mindee-js

Version:
5 lines (3 loc) 275 B
import { default as 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;