UNPKG

mobx-keystone-yjs

Version:

Yjs bindings for mobx-keystone

4 lines (3 loc) 146 B
import { Patch } from "mobx-keystone"; import * as Y from "yjs"; export declare function convertYjsEventToPatches(event: Y.YEvent<any>): Patch[];