UNPKG

react-mindee-js

Version:
11 lines (9 loc) 414 B
import { default as React } from 'react'; type TesterProps = { containerWidth: number; containerHeight: number; id?: string; }; export declare const AnnotationLensPointerPositionTester: ({ id, containerHeight, containerWidth, }: TesterProps) => React.JSX.Element; export declare const AnnotationLensStateTester: ({ containerHeight, containerWidth, id, }: TesterProps) => React.JSX.Element; export {};