UNPKG

dagre-d3-es

Version:

<p align="center"> <a href="https://www.npmjs.com/dagre-d3-es"><img src="https://img.shields.io/npm/v/dagre-d3-es.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen" alt="dagre-d3-es on npm" /></a>&nbsp; <a href="https://www.npmjs.com/dagre-

6 lines (5 loc) 292 B
export function isSubgraph(g: any, v: any): boolean; export function edgeToId(e: any): string; export function applyStyle(dom: any, styleFn: any): void; export function applyClass(dom: any, classFn: any, otherClasses: any): void; export function applyTransition(selection: any, g: any): any;