@types/react 16.14.39 → 16.14.40
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 v16.14/README.md +2 -2
- react v16.14/index.d.ts +1 -2
- react v16.14/package.json +2 -2
react v16.14/README.md
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
> `npm install --save @types/react`
|
3
3
|
|
4
4
|
# Summary
|
5
|
-
This package contains type definitions for React (
|
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/v16.
|
9
9
|
|
10
10
|
### Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Wed, 12 Apr 2023 10:33:22 GMT
|
12
12
|
* Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype), [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/scheduler](https://npmjs.com/package/@types/scheduler)
|
13
13
|
* Global values: `React`
|
14
14
|
|
react v16.14/index.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
// Type definitions for React 16.14
|
2
|
-
// Project:
|
2
|
+
// Project: https://react.dev/
|
3
3
|
// Definitions by: Asana <https://asana.com>
|
4
4
|
// AssureSign <http://www.assuresign.com>
|
5
5
|
// Microsoft <https://microsoft.com>
|
@@ -224,7 +224,6 @@ declare namespace React {
|
|
224
224
|
|
225
225
|
//
|
226
226
|
// React Nodes
|
227
|
-
// http://facebook.github.io/react/docs/glossary.html
|
228
227
|
// ----------------------------------------------------------------------
|
229
228
|
|
230
229
|
type ReactText = string | number;
|
react v16.14/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "16.14.
|
3
|
+
"version": "16.14.40",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react",
|
6
6
|
"license": "MIT",
|
@@ -146,7 +146,7 @@
|
|
146
146
|
"@types/scheduler": "*",
|
147
147
|
"csstype": "^3.0.2"
|
148
148
|
},
|
149
|
-
"typesPublisherContentHash": "
|
149
|
+
"typesPublisherContentHash": "26d07ef9ed9e7ed7c41b01cdd086d83b2b5e09be33e116fb735b5ab64d3024ea",
|
150
150
|
"typeScriptVersion": "4.3",
|
151
151
|
"exports": {
|
152
152
|
".": {
|