reshow-return
Advanced tools
Comparing version 0.17.46 to 0.17.47
@@ -22,3 +22,3 @@ "use strict"; | ||
* @param {{[key: string]: React.ReactElement}|Immutable.Map<string,React.ReactElement>} [initChildren] | ||
* @returns {[React.ReactElement[], DispatchType<any, ChildrenType>, DispatchType<any, string[]>]} | ||
* @returns {[React.ReactElement[], DispatchType<any, ChildrenType>, DispatchType<any, any[]>]} | ||
*/ | ||
@@ -25,0 +25,0 @@ var usePartialRender = function usePartialRender(initRenderKeys, initChildren) { |
{ | ||
"version": "0.17.46", | ||
"version": "0.17.47", | ||
"name": "reshow-return", | ||
@@ -4,0 +4,0 @@ "repository": { |
@@ -12,7 +12,7 @@ export default usePartialRender; | ||
* @param {{[key: string]: React.ReactElement}|Immutable.Map<string,React.ReactElement>} [initChildren] | ||
* @returns {[React.ReactElement[], DispatchType<any, ChildrenType>, DispatchType<any, string[]>]} | ||
* @returns {[React.ReactElement[], DispatchType<any, ChildrenType>, DispatchType<any, any[]>]} | ||
*/ | ||
declare function usePartialRender<ChildrenType>(initRenderKeys?: string[] | import("immutable").Seq<any, any>, initChildren?: { | ||
[key: string]: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; | ||
} | Map<string, import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>>): [import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>[], DispatchType<any, ChildrenType>, DispatchType<any, string[]>]; | ||
} | Map<string, import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>>): [import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>[], DispatchType<any, ChildrenType>, DispatchType<any, any[]>]; | ||
import { Map } from "reshow-flux"; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57560