UNPKG

@zag-js/store

Version:

The reactive store package for zag machines

5 lines (4 loc) 211 B
export { clone } from './clone.js'; export { globalRef } from './global.js'; export { Ref, Snapshot, proxy, ref, snapshot, subscribe } from './proxy.js'; export { proxyWithComputed } from './proxy-computed.js';