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