UNPKG

mobx-bonsai-yjs

Version:

Y.js two-way binding for mobx-bonsai

15 lines (10 loc) 382 B
// mobx-bonsai-yjs core export { MobxBonsaiYjsError } from "./error/MobxBonsaiYjsError" // yjsBinding export { bindYjsToNode } from "./yjsBinding/bindYjsToNode" export { applyPlainArrayToYArray, applyPlainObjectToYMap, convertPlainToYjsValue, } from "./yjsBinding/nodeToYjs/convertPlainToYjsValue" export type { YjsStructure, YjsValue } from "./yjsBinding/yjsTypes/types"