@types/react 16.9.21 → 16.9.22
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 -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: Fri, 21 Feb 2020 19:32:29 GMT
|
12
12
|
* Dependencies: [@types/csstype](https://npmjs.com/package/@types/csstype), [@types/prop-types](https://npmjs.com/package/@types/prop-types)
|
13
13
|
* Global values: `React`
|
14
14
|
|
react/index.d.ts
CHANGED
@@ -2445,6 +2445,7 @@ declare namespace React {
|
|
2445
2445
|
overlineThickness?: number | string;
|
2446
2446
|
paintOrder?: number | string;
|
2447
2447
|
panose1?: number | string;
|
2448
|
+
path?: string;
|
2448
2449
|
pathLength?: number | string;
|
2449
2450
|
patternContentUnits?: string;
|
2450
2451
|
patternTransform?: number | string;
|
react/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@types/react",
|
3
|
-
"version": "16.9.
|
3
|
+
"version": "16.9.22",
|
4
4
|
"description": "TypeScript definitions for React",
|
5
5
|
"license": "MIT",
|
6
6
|
"contributors": [
|
@@ -124,6 +124,6 @@
|
|
124
124
|
"@types/prop-types": "*",
|
125
125
|
"csstype": "^2.2.0"
|
126
126
|
},
|
127
|
-
"typesPublisherContentHash": "
|
127
|
+
"typesPublisherContentHash": "51b3a96fc33feb4e1310180c0c3200d942c6d6d8a605e6d91f392dc0e81e9ebb",
|
128
128
|
"typeScriptVersion": "2.8"
|
129
129
|
}
|