@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.
Files changed (3) hide show
  1. react/README.md +1 -1
  2. react/index.d.ts +1 -0
  3. 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: Thu, 20 Feb 2020 00:44:06 GMT
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.21",
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": "2995363f213d73aa3dd84369e03d4ce7c0eaf4486c859ad0083de971b9d85b02",
127
+ "typesPublisherContentHash": "51b3a96fc33feb4e1310180c0c3200d942c6d6d8a605e6d91f392dc0e81e9ebb",
128
128
  "typeScriptVersion": "2.8"
129
129
  }