@zag-js/react
Advanced tools
Comparing version 0.1.0 to 0.1.1
export * from "./use-machine"; | ||
export * from "./use-actor"; | ||
export * from "./use-setup"; | ||
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, | ||
useActor: () => useActor, | ||
@@ -103,2 +104,5 @@ useMachine: () => useMachine, | ||
} | ||
// src/index.ts | ||
var import_core = require("@zag-js/core"); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@zag-js/react", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "The react 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
33271
209