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