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