UNPKG

react-advanced-cropper

Version:

The react cropper library that gives the possibility to create croppers exactly suited for your website design

7 lines (6 loc) 235 B
import { RotateImageOptions } from '../types'; interface DefinedRotateImageOptions { touch: boolean; } export declare function useRotateImageOptions(rotateImage: RotateImageOptions | boolean): DefinedRotateImageOptions; export {};