UNPKG

react-mindee-js

Version:
4 lines (2 loc) 156 B
import { AnnotationData } from '../common/types'; export declare const rotateImage: ({ image, orientation: degrees, }: AnnotationData) => Promise<string>;