UNPKG

@antv/layout

Version:
4 lines (3 loc) 160 B
import { ID } from '@antv/graphlib'; import { Graph } from '../../types'; export declare const addSubgraphConstraints: (g: Graph, cg: Graph, vs: ID[]) => void;