UNPKG

react-mindee-js

Version:
9 lines (8 loc) 359 B
type TesterProps = { containerWidth: number; containerHeight: number; id?: string; }; export declare const AnnotationLensPointerPositionTester: ({ id, containerHeight, containerWidth, }: TesterProps) => JSX.Element; export declare const AnnotationLensStateTester: ({ containerHeight, containerWidth, id, }: TesterProps) => JSX.Element; export {};