@types/react-dom 16.8.3 → 16.8.4

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-dom/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for React (react-dom) ( http://facebook.g
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom
9
9
 
10
10
  Additional Details
11
- * Last updated: Wed, 20 Mar 2019 20:05:19 GMT
11
+ * Last updated: Thu, 11 Apr 2019 17:57:21 GMT
12
12
  * Dependencies: @types/react
13
13
  * Global values: ReactDOM, ReactDOMNodeStream, ReactDOMServer
14
14
 
react-dom/index.d.ts CHANGED
@@ -91,11 +91,4 @@ export interface Renderer {
91
91
  container: Element | null,
92
92
  callback?: () => void
93
93
  ): Component<any, ComponentState> | Element | void;
94
-
95
- (
96
- parentComponent: Component<any> | Array<Component<any>>,
97
- element: SFCElement<any>,
98
- container: Element,
99
- callback?: () => void
100
- ): void;
101
94
  }
react-dom/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "16.8.3",
3
+ "version": "16.8.4",
4
4
  "description": "TypeScript definitions for React (react-dom)",
5
5
  "license": "MIT",
6
6
  "contributors": [
@@ -43,6 +43,6 @@
43
43
  "dependencies": {
44
44
  "@types/react": "*"
45
45
  },
46
- "typesPublisherContentHash": "21c4a9a0147ce5b409a68a6c988f0b8e3e9b11debb97945f3ee0c63aaaadffaa",
46
+ "typesPublisherContentHash": "7df644e84370d57e2e797b12e67fc402427275caf9abae68e3b53cdaceed02bc",
47
47
  "typeScriptVersion": "2.8"
48
48
  }