@flowie-app/ocr-extractor
Version:
Ocr extractor for React
10 lines (9 loc) • 398 B
TypeScript
import 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 {};