UNPKG

@flowie-app/ocr-extractor

Version:
9 lines (8 loc) 264 B
import React from 'react'; type TesterProps = { containerWidth: number; containerHeight: number; id?: string; }; export declare const AnnotationViewerStateTester: ({ containerHeight, containerWidth, id, }: TesterProps) => React.JSX.Element; export {};