/** * 格式化整个选区 * @param editor 编辑器对象 * @param range 选区 */ export default function pasteFormatAtRange(editor: any, range: any): any;