UNPKG

@antv/f6

Version:

A Mobile Graph Visualization Framework in JavaScript

7 lines (6 loc) 164 B
import { ITreeGraph } from '../../../interface/graph'; declare const treeGraph: (G6: { Graph?: any; Util?: any; }) => ITreeGraph; export default treeGraph;