mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* 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
7 lines
83 B
JSON
7 lines
83 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"cropperjs": "^1.5.5"
|
|
}
|
|
}
|