@types/react-dom 0.14.22 → 0.14.23

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.gi
8
8
  Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react-dom
9
9
 
10
10
  Additional Details
11
- * Last updated: Mon, 30 Jan 2017 22:14:18 GMT
11
+ * Last updated: Tue, 07 Feb 2017 20:01:00 GMT
12
12
  * Dependencies: react
13
13
  * Global values: ReactDOM, ReactDOMServer
14
14
 
react-dom/index.d.ts CHANGED
@@ -28,7 +28,7 @@ declare namespace ReactDOM {
28
28
  container: Element | null,
29
29
  callback?: (component: T) => any): T;
30
30
  function render<P>(
31
- element: ReactElement<P> | null,
31
+ element: ReactElement<P>,
32
32
  container: Element | null,
33
33
  callback?: (component?: Component<P, ComponentState> | Element) => any): Component<P, ComponentState> | Element | void;
34
34
 
@@ -57,7 +57,7 @@ declare namespace ReactDOM {
57
57
  callback?: () => any): void;
58
58
  function unstable_renderSubtreeIntoContainer<P>(
59
59
  parentComponent: Component<any, any>,
60
- element: ReactElement<P> | null,
60
+ element: ReactElement<P>,
61
61
  container: Element,
62
62
  callback?: (component?: Component<P, ComponentState> | Element) => any): Component<P, ComponentState> | Element | void;
63
63
  }
react-dom/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/react-dom",
3
- "version": "0.14.22",
3
+ "version": "0.14.23",
4
4
  "description": "TypeScript definitions for React (react-dom)",
5
5
  "license": "MIT",
6
6
  "author": "Asana <https://asana.com>, AssureSign <http://www.assuresign.com>, Microsoft <https://microsoft.com>",
@@ -14,6 +14,6 @@
14
14
  "@types/react": "*"
15
15
  },
16
16
  "peerDependencies": {},
17
- "typesPublisherContentHash": "54698cfd48a29d48709658875de8eb8d8b153f01b733c780dcab48b9e97f2d04",
17
+ "typesPublisherContentHash": "0a3e9ebed61848be2f94bbeddfa2ac318587ee312f7c217d7c41276c94b40362",
18
18
  "typeScriptVersion": "2.1"
19
19
  }
@@ -28,7 +28,7 @@
28
28
  "server.d.ts"
29
29
  ],
30
30
  "hasPackageJson": false,
31
- "contentHash": "54698cfd48a29d48709658875de8eb8d8b153f01b733c780dcab48b9e97f2d04"
31
+ "contentHash": "0a3e9ebed61848be2f94bbeddfa2ac318587ee312f7c217d7c41276c94b40362"
32
32
  },
33
33
  "isLatest": true
34
34
  }