@zag-js/types
Advanced tools
Comparing version 0.0.0-dev-20220517103524 to 0.0.0-dev-20220525062850
@@ -30,3 +30,7 @@ var __defProp = Object.defineProperty; | ||
function createNormalizer(fn) { | ||
return { button: fn, label: fn, input: fn, output: fn, element: fn }; | ||
return new Proxy({}, { | ||
get() { | ||
return fn; | ||
} | ||
}); | ||
} | ||
@@ -33,0 +37,0 @@ var normalizeProp = createNormalizer((v) => v); |
{ | ||
"name": "@zag-js/types", | ||
"version": "0.0.0-dev-20220517103524", | ||
"version": "0.0.0-dev-20220525062850", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22087
207