UNPKG

react-advanced-cropper

Version:

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

3 lines (2 loc) 197 B
import { CropperTransitions } from 'advanced-cropper'; export declare function useTransition<T>(transitions?: CropperTransitions | null): [(callback: (progress: number) => void) => void, boolean];