UNPKG

react-mindee-js

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