@tamagui/use-constant
Advanced tools
Comparing version 1.124.17 to 1.124.18
{ | ||
"name": "@tamagui/use-constant", | ||
"version": "1.124.17", | ||
"version": "1.124.18", | ||
"types": "./types/index.d.ts", | ||
@@ -34,3 +34,3 @@ "main": "dist/cjs", | ||
"devDependencies": { | ||
"@tamagui/build": "1.124.17", | ||
"@tamagui/build": "1.124.18", | ||
"react": "*" | ||
@@ -37,0 +37,0 @@ }, |
export declare function useConstant<T>(fn: () => T): T; | ||
//# sourceMappingURL=index.d.ts.map |
Sorry, the diff of this file is not supported yet
11410