UNPKG

@wangeditor-kai/yjs-for-react

Version:

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

13 lines (12 loc) 337 B
/** * @description insert video * @author wangfupeng */ import { IDomEditor } from '@wangeditor-next/core'; /** * 插入视频 * @param editor editor * @param src video src * @param poster video poster */ export default function (editor: IDomEditor, src: string, poster?: string, width?: string, height?: string): Promise<void>;