UNPKG

@antv/x6

Version:

JavaScript diagramming library that uses SVG and HTML for rendering.

8 lines (6 loc) 141 B
import { Attr } from './index' export const html: Attr.Definition = { set(html, { view, elem }) { view.$(elem).html(`${html}`) }, }