mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +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"
|
|
}
|
|
}
|