@types/react 16.4.13 → 16.4.14
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 +1 -1
- 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, 10 Sep 2018 21:45:34 GMT
|
12
12
|
* Dependencies: csstype, prop-types
|
13
13
|
* Global values: React
|
14
14
|
|
react/index.d.ts
CHANGED
@@ -1036,7 +1036,7 @@ declare namespace React {
|
|
1036
1036
|
itemRef?: string;
|
1037
1037
|
results?: number;
|
1038
1038
|
security?: string;
|
1039
|
-
unselectable?:
|
1039
|
+
unselectable?: 'on' | 'off';
|
1040
1040
|
}
|
1041
1041
|
|
1042
1042
|
// All the WAI-ARIA 1.1 attributes from https://www.w3.org/TR/wai-aria-1.1/
|
react/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "16.4.
|
3
|
+
"version": "16.4.14",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
5
|
"license": "MIT",
|
6
6
|
"contributors": [
|
@@ -107,6 +107,6 @@
|
|
107
107
|
"csstype": "^2.2.0",
|
108
108
|
"@types/prop-types": "*"
|
109
109
|
},
|
110
|
-
"typesPublisherContentHash": "
|
110
|
+
"typesPublisherContentHash": "19f715b1e4057b933c91833a61925e1fafb75f5d93dc79ade2705bc90605cf7f",
|
111
111
|
"typeScriptVersion": "2.8"
|
112
112
|
}
|