DefinitelyTyped/types/react-cropper/package.json
Harald Friessnegger 234b6171fc
react-cropper: support ref prop created with useRef hook (#42801)
* support useRef hook

allows to also pass refs created with the `useRef` hook. see https://github.com/roadmanfong/react-cropper/issues/134#issuecomment-593984770

* use same cropperjs version as current react-cropper release

* update interface def and tests
2020-03-27 13:12:34 -04:00

7 lines
83 B
JSON

{
"private": true,
"dependencies": {
"cropperjs": "^1.5.5"
}
}