@tamagui/use-callback-ref
Advanced tools
Comparing version 1.124.17 to 1.124.18
{ | ||
"name": "@tamagui/use-callback-ref", | ||
"version": "1.124.17", | ||
"version": "1.124.18", | ||
"types": "./types/index.d.ts", | ||
@@ -21,3 +21,3 @@ "main": "dist/cjs", | ||
"devDependencies": { | ||
"@tamagui/build": "1.124.17" | ||
"@tamagui/build": "1.124.18" | ||
}, | ||
@@ -24,0 +24,0 @@ "exports": { |
/** | ||
* A custom hook that converts a callback to a ref to avoid triggering re-renders when passed as a | ||
* prop or avoid re-executing effects when passed as a dependency | ||
*/ | ||
* A custom hook that converts a callback to a ref to avoid triggering re-renders when passed as a | ||
* prop or avoid re-executing effects when passed as a dependency | ||
*/ | ||
export declare function useCallbackRef<T extends (...args: any[]) => any>(callback: T | undefined): T; | ||
//# sourceMappingURL=index.d.ts.map |
Sorry, the diff of this file is not supported yet
13172