UNPKG

cytoscape-html

Version:

A simple cytoscape extension that adds the ability to use HTML for nodes.

6 lines (5 loc) 119 B
interface Options { hideOriginal: Boolean; } export default function renderHTML(options: Options): any; export {};