UNPKG

@yangeditor/plugin-upload-attachment

Version:
13 lines (12 loc) 368 B
/** * @description render elem * @author wangfupeng */ import { VNode } from 'snabbdom'; import { IDomEditor, SlateElement } from '@wangeditor/editor'; declare function renderAttachment(elem: SlateElement, children: VNode[] | null, editor: IDomEditor): VNode; declare const conf: { type: string; renderElem: typeof renderAttachment; }; export default conf;