UNPKG

@wangeditor-next/editor

Version:
12 lines (11 loc) 276 B
/** * @description to html * @author wangfupeng */ import { Element } from 'slate'; declare function videoToHtml(elemNode: Element, _childrenHtml?: string): string; export declare const videoToHtmlConf: { type: string; elemToHtml: typeof videoToHtml; }; export {};