UNPKG

@wangeditor-kai/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

12 lines (11 loc) 266 B
/** * @description 上传文件 * @author wangfupeng */ import { IDomEditor } from '@wangeditor-next/core'; /** * 上传图片 * @param editor editor * @param files files */ export default function (editor: IDomEditor, files: FileList | null): Promise<void>;