UNPKG

@antv/layout

Version:
8 lines (7 loc) 271 B
import { ID } from '@antv/graphlib'; import { Graph } from '../../types'; export declare const sortSubgraph: (g: Graph, v: ID, cg: Graph, biasRight?: boolean, usePrev?: boolean, keepNodeOrder?: boolean) => { vs: ID[]; barycenter?: number; weight?: number; };