react-mindee-js
Version:
Front-End Computer Vision SDK for React
11 lines (9 loc) • 414 B
TypeScript
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 {};