/** * 将数据合并进editor.value.data中 * @param editor * @param data */ export default function mergeData(editor: any, data: any): any;