/** * @description slate 插件 - maxLength * @author wangfupeng */ import { Editor } from 'slate'; import { IDomEditor } from '../..'; export declare const withMaxLength: (editor: T) => T & IDomEditor;