UNPKG

react-advanced-cropper

Version:

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

2 lines (1 loc) 148 B
export declare function usePersistentFunction<Props, Arguments extends any[]>(props: (...args: Arguments) => Props): (...args: Arguments) => Props;