feat: cursors should works with annotations

This commit is contained in:
cudr
2019-10-13 19:37:56 +03:00
parent 242a836ce8
commit 0ceb38bbfd
19 changed files with 214 additions and 186 deletions

View File

@@ -1,3 +1,3 @@
import { Doc } from 'automerge'
export type CursorKey = string
export type SyncDoc = Doc<any>
export type SyncDoc = any