@types/react 16.4.14 → 16.4.18

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 (4) hide show
  1. react/README.md +1 -1
  2. react/global.d.ts +183 -181
  3. react/index.d.ts +2504 -2502
  4. react/package.json +3 -2
react/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react",
3
- "version": "16.4.14",
3
+ "version": "16.4.18",
4
4
  "description": "TypeScript definitions for React",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -98,6 +98,7 @@
98
98
  }
99
99
  ],
100
100
  "main": "",
101
+ "types": "",
101
102
  "repository": {
102
103
  "type": "git",
103
104
  "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
@@ -107,6 +108,6 @@
107
108
  "csstype": "^2.2.0",
108
109
  "@types/prop-types": "*"
109
110
  },
110
- "typesPublisherContentHash": "19f715b1e4057b933c91833a61925e1fafb75f5d93dc79ade2705bc90605cf7f",
111
+ "typesPublisherContentHash": "b2aa80db9d03af489b4aec9ca70260a2277fe0820a1ec7b59e13c3e92df5b212",
111
112
  "typeScriptVersion": "2.8"
112
113
  }