UNPKG

@dagrejs/dagre

Version:

Graph layout for JavaScript

5 lines 251 B
import type { Graph } from '@dagrejs/graphlib'; import type { EdgeLabel, GraphLabel, NodeLabel } from "../types"; export { position }; declare function position(graph: Graph<GraphLabel, NodeLabel, EdgeLabel>): void; //# sourceMappingURL=index.d.ts.map