UNPKG

@antv/layout

Version:
8 lines (7 loc) 277 B
import { ID } from '@antv/graphlib'; import { ConflictEntry } from './resolve-conflicts'; export declare const sort: (entries: ConflictEntry[], biasRight?: boolean, usePrev?: boolean, keepNodeOrder?: boolean) => { vs: ID[]; barycenter?: number; weight?: number; };