@tamagui/use-did-finish-ssr
Advanced tools
Comparing version 1.124.17 to 1.124.18
{ | ||
"name": "@tamagui/use-did-finish-ssr", | ||
"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 @@ }, |
@@ -5,2 +5,3 @@ export declare function useDidFinishSSR<A = boolean>(value?: A): A | false; | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
Sorry, the diff of this file is not supported yet
12981