UNPKG

@wangeditor-next/editor

Version:
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>;