@wangeditor-next/editor
Version:
Web rich text editor, Web 富文本编辑器
13 lines (12 loc) • 349 B
TypeScript
/**
* @description to html
* @author wangfupeng
*/
import { IDomEditor } from '@wangeditor-next/core';
import { Element } from 'slate';
declare function videoToHtml(elemNode: Element, _childrenHtml?: string, editor?: IDomEditor): string;
export declare const videoToHtmlConf: {
type: string;
elemToHtml: typeof videoToHtml;
};
export {};