UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

8 lines (7 loc) 222 B
/** * @description code-highlight decorate * @author wangfupeng */ import { NodeEntry, Range } from 'slate'; declare const codeHighLightDecorate: (nodeEntry: NodeEntry) => Range[]; export default codeHighLightDecorate;