UNPKG

@wangeditor-next/code-highlight

Version:
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;