UNPKG

@wangeditor/code-highlight

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