UNPKG

loro-codemirror

Version:
6 lines (5 loc) 166 B
import type { LoroDoc, LoroText } from "loro-crdt"; /** * Get the text from the document */ export declare const defaultGetTextFromDoc: (doc: LoroDoc) => LoroText;