@types/react-dom 15.5.18 → 15.5.19
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-dom v15.5/README.md +2 -3
- react-dom v15.5/index.d.ts +0 -9
- react-dom v15.5/package.json +5 -5
react-dom v15.5/README.md
CHANGED
@@ -2,15 +2,14 @@
|
|
2
2
|
> `npm install --save @types/react-dom`
|
3
3
|
|
4
4
|
# Summary
|
5
|
-
This package contains type definitions for
|
5
|
+
This package contains type definitions for react-dom (http://facebook.github.io/react/).
|
6
6
|
|
7
7
|
# Details
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom/v15.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated: Wed,
|
11
|
+
* Last updated: Wed, 18 Oct 2023 18:04:04 GMT
|
12
12
|
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)
|
13
|
-
* Global values: `ReactDOM`, `ReactDOMServer`
|
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), and [MartynasZilinskas](https://github.com/MartynasZilinskas).
|
react-dom v15.5/index.d.ts
CHANGED
@@ -1,12 +1,3 @@
|
|
1
|
-
// Type definitions for React (react-dom) 15.5
|
2
|
-
// Project: http://facebook.github.io/react/
|
3
|
-
// Definitions by: Asana <https://asana.com>
|
4
|
-
// AssureSign <http://www.assuresign.com>
|
5
|
-
// Microsoft <https://microsoft.com>
|
6
|
-
// MartynasZilinskas <https://github.com/MartynasZilinskas>
|
7
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
8
|
-
// TypeScript Version: 2.8
|
9
|
-
|
10
1
|
export as namespace ReactDOM;
|
11
2
|
|
12
3
|
import {
|
react-dom v15.5/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react-dom",
|
3
|
-
"version": "15.5.
|
4
|
-
"description": "TypeScript definitions for
|
3
|
+
"version": "15.5.19",
|
4
|
+
"description": "TypeScript definitions for react-dom",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom",
|
6
6
|
"license": "MIT",
|
7
7
|
"contributors": [
|
@@ -19,8 +19,8 @@
|
|
19
19
|
},
|
20
20
|
{
|
21
21
|
"name": "MartynasZilinskas",
|
22
|
-
"
|
23
|
-
"
|
22
|
+
"githubUsername": "MartynasZilinskas",
|
23
|
+
"url": "https://github.com/MartynasZilinskas"
|
24
24
|
}
|
25
25
|
],
|
26
26
|
"main": "",
|
@@ -34,6 +34,6 @@
|
|
34
34
|
"dependencies": {
|
35
35
|
"@types/react": "^15"
|
36
36
|
},
|
37
|
-
"typesPublisherContentHash": "
|
37
|
+
"typesPublisherContentHash": "4b40b88867e63b84d549859fae5922bdcf91e479c25031c2b89fa46b0979930d",
|
38
38
|
"typeScriptVersion": "4.5"
|
39
39
|
}
|