@yamada-ui/use-size
Advanced tools
Comparing version 0.1.6 to 0.2.0
@@ -0,1 +1,2 @@ | ||
"use client" | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ var __defProp = Object.defineProperty; |
{ | ||
"name": "@yamada-ui/use-size", | ||
"version": "0.1.6", | ||
"version": "0.2.0", | ||
"description": "Yamada UI useSize custom hook", | ||
@@ -43,3 +43,6 @@ "keywords": [ | ||
"esm" | ||
] | ||
], | ||
"banner": { | ||
"js": "\"use client\"" | ||
} | ||
}, | ||
@@ -46,0 +49,0 @@ "module": "dist/index.mjs", |
Sorry, the diff of this file is not supported yet
10289
228