UNPKG

@dagrejs/dagre

Version:

Graph layout for JavaScript

4 lines 292 B
import { Graph } from "./graph-lib"; import type { EdgeLabel, GraphLabel, LayoutOptions, NodeLabel } from "./types"; export declare function layout(g: Graph<GraphLabel, NodeLabel, EdgeLabel>, opts?: LayoutOptions): Graph<GraphLabel, NodeLabel, EdgeLabel>; //# sourceMappingURL=layout.d.ts.map