@zag-js/vue
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -7,2 +7,3 @@ export * from "./use-machine"; | ||
export type { PropTypes } from "./prop-types"; | ||
export { mergeProps } from "@zag-js/core"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -22,2 +22,3 @@ var __defProp = Object.defineProperty; | ||
__export(src_exports, { | ||
mergeProps: () => import_core.mergeProps, | ||
normalizeProps: () => normalizeProps, | ||
@@ -164,2 +165,5 @@ useActor: () => useActor, | ||
} | ||
// src/index.ts | ||
var import_core = require("@zag-js/core"); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@zag-js/vue", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "The vue wrapper for zag", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
39550
339