UNPKG

@wangeditor-next/editor

Version:
10 lines (9 loc) 336 B
/** * @description render cell * @author wangfupeng */ import { IDomEditor } from '@wangeditor-next/core'; import { Element as SlateElement } from 'slate'; import { VNode } from 'snabbdom'; declare function renderTableCell(cellNode: SlateElement, children: VNode[] | null, editor: IDomEditor): VNode; export default renderTableCell;