@types/react-relay
Advanced tools
Comparing version 1.3.11 to 1.3.12
// Type definitions for react-relay 1.3 | ||
// Project: https://github.com/facebook/relay | ||
// Project: https://github.com/facebook/relay, https://facebook.github.io/relay | ||
// Definitions by: Johannes Schickling <https://github.com/graphcool> | ||
@@ -98,3 +98,3 @@ // Matt Martin <https://github.com/voxmatt> | ||
query?: RelayRuntimeTypes.GraphQLTaggedNode | null; | ||
render(readyState: ReadyState<T["response"]>): React.ReactElement<any> | undefined | null; | ||
render(readyState: ReadyState<T["response"]>): React.ReactElement | undefined | null; | ||
variables: T["variables"]; | ||
@@ -101,0 +101,0 @@ rerunParamExperimental?: RelayRuntimeTypes.RerunParam; |
{ | ||
"name": "@types/react-relay", | ||
"version": "1.3.11", | ||
"version": "1.3.12", | ||
"description": "TypeScript definitions for react-relay", | ||
@@ -54,4 +54,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "6bafe3727719cc0885e49644ffa856d16139fc81792a8bf3349fa4ad0f4ba74a", | ||
"typesPublisherContentHash": "46fb49d4d7093208108463d8407adf27948adcbb50d79cbfb8fb53a2664f75bf", | ||
"typeScriptVersion": "2.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 30 Jan 2019 21:06:29 GMT | ||
* Last updated: Wed, 13 Feb 2019 21:06:17 GMT | ||
* Dependencies: @types/relay-runtime, @types/react | ||
@@ -14,0 +14,0 @@ * Global values: none |
20914