@types/react-medium-image-zoom 3.0.1 → 3.0.2
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.
react-medium-image-zoom/LICENSE
CHANGED
File without changes
|
@@ -8,12 +8,6 @@ This package contains type definitions for react-medium-image-zoom (https://gith
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-medium-image-zoom.
|
9
9
|
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-medium-image-zoom/index.d.ts)
|
10
10
|
````ts
|
11
|
-
// Type definitions for react-medium-image-zoom 3.0
|
12
|
-
// Project: https://github.com/rpearce/react-medium-image-zoom#readme
|
13
|
-
// Definitions by: James Bellamy <https://github.com/james-ff>
|
14
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
15
|
-
// TypeScript Version: 3.3
|
16
|
-
|
17
11
|
import * as React from "react";
|
18
12
|
|
19
13
|
export interface ImageZoom_Image {
|
@@ -55,9 +49,8 @@ export default class ImageZoom extends React.Component<ImageZoomProps, any> {}
|
|
55
49
|
````
|
56
50
|
|
57
51
|
### Additional Details
|
58
|
-
* Last updated:
|
52
|
+
* Last updated: Wed, 18 Oct 2023 11:45:05 GMT
|
59
53
|
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)
|
60
|
-
* Global values: none
|
61
54
|
|
62
55
|
# Credits
|
63
56
|
These definitions were written by [James Bellamy](https://github.com/james-ff).
|
@@ -1,9 +1,3 @@
|
|
1
|
-
// Type definitions for react-medium-image-zoom 3.0
|
2
|
-
// Project: https://github.com/rpearce/react-medium-image-zoom#readme
|
3
|
-
// Definitions by: James Bellamy <https://github.com/james-ff>
|
4
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
5
|
-
// TypeScript Version: 3.3
|
6
|
-
|
7
1
|
import * as React from "react";
|
8
2
|
|
9
3
|
export interface ImageZoom_Image {
|
@@ -1,14 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react-medium-image-zoom",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.2",
|
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",
|
7
7
|
"contributors": [
|
8
8
|
{
|
9
9
|
"name": "James Bellamy",
|
10
|
-
"
|
11
|
-
"
|
10
|
+
"githubUsername": "james-ff",
|
11
|
+
"url": "https://github.com/james-ff"
|
12
12
|
}
|
13
13
|
],
|
14
14
|
"main": "",
|
@@ -22,6 +22,6 @@
|
|
22
22
|
"dependencies": {
|
23
23
|
"@types/react": "*"
|
24
24
|
},
|
25
|
-
"typesPublisherContentHash": "
|
26
|
-
"typeScriptVersion": "
|
25
|
+
"typesPublisherContentHash": "0ac28ce785f70d1c2f86b336ddae8325701314b585658f0074facc8bd9de4b28",
|
26
|
+
"typeScriptVersion": "4.5"
|
27
27
|
}
|