UNPKG

@slate-sheikah/bridge

Version:

slate-sheikah bridge: Bridge components for slate-sheikah. Slate + Automerge + Sockets

4 lines 256 B
import { Operation, Range } from 'slate'; import { CursorData } from '../model'; export declare const setCursor: (id: string, selection: Range | null, doc: any, operations: Operation[], cursorData: CursorData) => any; //# sourceMappingURL=index.d.ts.map