@types/react-medium-image-zoom 3.0.2 → 3.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,7 +49,7 @@ export default class ImageZoom extends React.Component<ImageZoomProps, any> {}
|
|
49
49
|
````
|
50
50
|
|
51
51
|
### Additional Details
|
52
|
-
* Last updated:
|
52
|
+
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
|
53
53
|
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)
|
54
54
|
|
55
55
|
# Credits
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react-medium-image-zoom",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.3",
|
4
4
|
"description": "TypeScript definitions for react-medium-image-zoom",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-medium-image-zoom",
|
6
6
|
"license": "MIT",
|
@@ -22,6 +22,6 @@
|
|
22
22
|
"dependencies": {
|
23
23
|
"@types/react": "*"
|
24
24
|
},
|
25
|
-
"typesPublisherContentHash": "
|
25
|
+
"typesPublisherContentHash": "d4dd182abde223894d126651cae5675d658f6fb04985e22bec9fe4d71bf3d5fe",
|
26
26
|
"typeScriptVersion": "4.5"
|
27
27
|
}
|