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) 247 B
interface CropperInstance { hasInteractions: () => boolean; reconcileState: () => void; } export declare function useCropperAutoReconcile(cropper: CropperInstance, enabled?: boolean): { pause(): void; resume(): void; }; export {};