UNPKG

@wangeditor-kai/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

5 lines (4 loc) 223 B
import * as Y from 'yjs'; import { InsertDelta } from '../module/custom-types'; export declare function cloneInsertDeltaDeep(delta: InsertDelta): InsertDelta; export declare function cloneDeep(yText: Y.XmlText): Y.XmlText;