UNPKG

react-mindee-js

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