UNPKG

@antv/layout

Version:
3 lines (2 loc) 154 B
import { Graph as IGraph } from '../../types'; export declare const rank: (g: IGraph, ranker: 'network-simplex' | 'tight-tree' | 'longest-path') => void;