@types/react 16.9.5 → 16.9.6
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/README.md +1 -1
- react/index.d.ts +4 -0
- react/package.json +2 -2
react/README.md
CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for React (http://facebook.github.io/reac
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
|
9
9
|
|
10
10
|
Additional Details
|
11
|
-
* Last updated:
|
11
|
+
* Last updated: Mon, 14 Oct 2019 21:08:21 GMT
|
12
12
|
* Dependencies: @types/csstype, @types/prop-types
|
13
13
|
* Global values: React
|
14
14
|
|
react/index.d.ts
CHANGED
@@ -85,6 +85,10 @@ declare namespace React {
|
|
85
85
|
|
86
86
|
type ComponentState = any;
|
87
87
|
|
88
|
+
/**
|
89
|
+
* @internal You shouldn't need to use this type since you never see these attributes
|
90
|
+
* inside your component or have to validate them.
|
91
|
+
*/
|
88
92
|
interface Attributes {
|
89
93
|
key?: Key;
|
90
94
|
}
|
react/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "16.9.
|
3
|
+
"version": "16.9.6",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
5
|
"license": "MIT",
|
6
6
|
"contributors": [
|
@@ -114,6 +114,6 @@
|
|
114
114
|
"@types/prop-types": "*",
|
115
115
|
"csstype": "^2.2.0"
|
116
116
|
},
|
117
|
-
"typesPublisherContentHash": "
|
117
|
+
"typesPublisherContentHash": "136048ee08f939e620cd1f168220d12c7ae5302858a5625ae5b76e3c2fd3af64",
|
118
118
|
"typeScriptVersion": "2.8"
|
119
119
|
}
|