UNPKG

@antv/layout

Version:
3 lines (2 loc) 121 B
import { Graph as IGraph } from '../../types'; export declare const order: (g: IGraph, keepNodeOrder?: boolean) => void;