UNPKG

cytoscape-html

Version:

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

8 lines (7 loc) 183 B
import "cytoscape"; import cytoscape from "cytoscape"; declare module "cytoscape" { export interface Collection { getInvisibleNodes: (props: any) => cytoscape.Collection; } }