reshow-return
Advanced tools
Comparing version 0.17.37 to 0.17.38
@@ -20,4 +20,4 @@ "use strict"; | ||
* @template ChildrenType | ||
* @param {string[]} initRenderKeys | ||
* @param {ChildrenType[]} initChildren | ||
* @param {string[]} [initRenderKeys] | ||
* @param {{[key: string]: React.ReactElement}} [initChildren] | ||
* @returns {[React.ReactElement[], DispatchType<ChildrenType>, DispatchType<any>]} | ||
@@ -24,0 +24,0 @@ */ |
{ | ||
"version": "0.17.37", | ||
"version": "0.17.38", | ||
"name": "reshow-return", | ||
@@ -4,0 +4,0 @@ "repository": { |
@@ -9,6 +9,8 @@ export default usePartialRender; | ||
* @template ChildrenType | ||
* @param {string[]} initRenderKeys | ||
* @param {ChildrenType[]} initChildren | ||
* @param {string[]} [initRenderKeys] | ||
* @param {{[key: string]: React.ReactElement}} [initChildren] | ||
* @returns {[React.ReactElement[], DispatchType<ChildrenType>, DispatchType<any>]} | ||
*/ | ||
declare function usePartialRender<ChildrenType>(initRenderKeys: string[], initChildren: ChildrenType[]): [import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>[], DispatchType<ChildrenType>, DispatchType<any>]; | ||
declare function usePartialRender<ChildrenType>(initRenderKeys?: string[], initChildren?: { | ||
[key: string]: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; | ||
}): [import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>[], DispatchType<ChildrenType>, DispatchType<any>]; |
Sorry, the diff of this file is not supported yet
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
51100
1459