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-

18 lines (17 loc) 756 B
export function positionX(g: any): { [x: string]: any; }; export function findType1Conflicts(g: any, layering: any): {}; export function findType2Conflicts(g: any, layering: any): {}; export function addConflict(conflicts: any, v: any, w: any): void; export function hasConflict(conflicts: any, v: any, w: any): any; export function verticalAlignment(g: any, layering: any, conflicts: any, neighborFn: any): { root: {}; align: {}; }; export function horizontalCompaction(g: any, layering: any, root: any, align: any, reverseSep: any): {}; export function alignCoordinates(xss: any, alignTo: any): void; export function findSmallestWidthAlignment(g: any, xss: any): any; export function balance(xss: any, align: any): { [x: string]: any; };