@types/react 15.7.24 → 15.7.26
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 v15.7/README.md +2 -3
- react v15.7/index.d.ts +0 -15
- react v15.7/package.json +26 -26
react v15.7/README.md
CHANGED
@@ -2,15 +2,14 @@
|
|
2
2
|
> `npm install --save @types/react`
|
3
3
|
|
4
4
|
# Summary
|
5
|
-
This package contains type definitions for
|
5
|
+
This package contains type definitions for react (https://react.dev/).
|
6
6
|
|
7
7
|
# Details
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react/v15.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated: Tue,
|
11
|
+
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
|
12
12
|
* Dependencies: none
|
13
|
-
* Global values: `React`
|
14
13
|
|
15
14
|
# Credits
|
16
15
|
These definitions were written by [Asana](https://asana.com), [AssureSign](http://www.assuresign.com), [Microsoft](https://microsoft.com), [John Reilly](https://github.com/johnnyreilly), [Benoit Benezech](https://github.com/bbenezech), [Patricio Zavolinsky](https://github.com/pzavolinsky), [Eric Anderson](https://github.com/ericanderson), [Dovydas Navickas](https://github.com/DovydasNavickas), [Stéphane Goetz](https://github.com/onigoetz), and [Kyle Scully](https://github.com/zieka).
|
react v15.7/index.d.ts
CHANGED
@@ -1,18 +1,3 @@
|
|
1
|
-
// Type definitions for React 15.7
|
2
|
-
// Project: https://react.dev/
|
3
|
-
// Definitions by: Asana <https://asana.com>
|
4
|
-
// AssureSign <http://www.assuresign.com>
|
5
|
-
// Microsoft <https://microsoft.com>
|
6
|
-
// John Reilly <https://github.com/johnnyreilly/>
|
7
|
-
// Benoit Benezech <https://github.com/bbenezech>
|
8
|
-
// Patricio Zavolinsky <https://github.com/pzavolinsky>
|
9
|
-
// Eric Anderson <https://github.com/ericanderson>
|
10
|
-
// Dovydas Navickas <https://github.com/DovydasNavickas>
|
11
|
-
// Stéphane Goetz <https://github.com/onigoetz>
|
12
|
-
// Kyle Scully <https://github.com/zieka>
|
13
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
14
|
-
// TypeScript Version: 2.8
|
15
|
-
|
16
1
|
/*
|
17
2
|
Known Problems & Workarounds
|
18
3
|
|
react v15.7/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "15.7.
|
4
|
-
"description": "TypeScript definitions for
|
3
|
+
"version": "15.7.26",
|
4
|
+
"description": "TypeScript definitions for react",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
7
7
|
"contributors": [
|
@@ -19,51 +19,42 @@
|
|
19
19
|
},
|
20
20
|
{
|
21
21
|
"name": "John Reilly",
|
22
|
-
"
|
23
|
-
"
|
22
|
+
"githubUsername": "johnnyreilly",
|
23
|
+
"url": "https://github.com/johnnyreilly"
|
24
24
|
},
|
25
25
|
{
|
26
26
|
"name": "Benoit Benezech",
|
27
|
-
"
|
28
|
-
"
|
27
|
+
"githubUsername": "bbenezech",
|
28
|
+
"url": "https://github.com/bbenezech"
|
29
29
|
},
|
30
30
|
{
|
31
31
|
"name": "Patricio Zavolinsky",
|
32
|
-
"
|
33
|
-
"
|
32
|
+
"githubUsername": "pzavolinsky",
|
33
|
+
"url": "https://github.com/pzavolinsky"
|
34
34
|
},
|
35
35
|
{
|
36
36
|
"name": "Eric Anderson",
|
37
|
-
"
|
38
|
-
"
|
37
|
+
"githubUsername": "ericanderson",
|
38
|
+
"url": "https://github.com/ericanderson"
|
39
39
|
},
|
40
40
|
{
|
41
41
|
"name": "Dovydas Navickas",
|
42
|
-
"
|
43
|
-
"
|
42
|
+
"githubUsername": "DovydasNavickas",
|
43
|
+
"url": "https://github.com/DovydasNavickas"
|
44
44
|
},
|
45
45
|
{
|
46
46
|
"name": "Stéphane Goetz",
|
47
|
-
"
|
48
|
-
"
|
47
|
+
"githubUsername": "onigoetz",
|
48
|
+
"url": "https://github.com/onigoetz"
|
49
49
|
},
|
50
50
|
{
|
51
51
|
"name": "Kyle Scully",
|
52
|
-
"
|
53
|
-
"
|
52
|
+
"githubUsername": "zieka",
|
53
|
+
"url": "https://github.com/zieka"
|
54
54
|
}
|
55
55
|
],
|
56
56
|
"main": "",
|
57
57
|
"types": "index.d.ts",
|
58
|
-
"repository": {
|
59
|
-
"type": "git",
|
60
|
-
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
61
|
-
"directory": "types/react"
|
62
|
-
},
|
63
|
-
"scripts": {},
|
64
|
-
"dependencies": {},
|
65
|
-
"typesPublisherContentHash": "77034026b6752e93e2ee009460db1a58b349f95c903295dbaf2bcff5a55e1e5f",
|
66
|
-
"typeScriptVersion": "4.5",
|
67
58
|
"exports": {
|
68
59
|
".": {
|
69
60
|
"types": {
|
@@ -81,5 +72,14 @@
|
|
81
72
|
}
|
82
73
|
},
|
83
74
|
"./package.json": "./package.json"
|
84
|
-
}
|
75
|
+
},
|
76
|
+
"repository": {
|
77
|
+
"type": "git",
|
78
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
79
|
+
"directory": "types/react"
|
80
|
+
},
|
81
|
+
"scripts": {},
|
82
|
+
"dependencies": {},
|
83
|
+
"typesPublisherContentHash": "84432bf79f5a99253c63333e007752116494649550331aaba160dc3f26efe66a",
|
84
|
+
"typeScriptVersion": "4.5"
|
85
85
|
}
|