UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

7 lines (6 loc) 196 B
/** * @description upload video * @author wangfupeng */ import { IDomEditor } from '@wangeditor-next/core'; export default function (editor: IDomEditor, files: FileList | null): Promise<void>;