UNPKG

react-advanced-cropper

Version:

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

10 lines (9 loc) 282 B
import { ScaleImageOptions } from '../types'; interface DefinedScaleImageOptions { touch: boolean; wheel: boolean | { ratio: number; }; } export declare function useScaleImageOptions(scaleImage: ScaleImageOptions | boolean): DefinedScaleImageOptions; export {};