UNPKG

@antv/layout

Version:
4 lines (3 loc) 226 B
import { Graph } from '@antv/graphlib'; import { EdgeData, Graph as IGraph, NodeData } from '../../types'; export declare const buildLayerGraph: (g: IGraph, rank: number, direction: 'in' | 'out') => Graph<NodeData, EdgeData>;