UNPKG

@antv/g6

Version:

A Graph Visualization Framework in JavaScript

11 lines (10 loc) 200 B
// TODO need @antv/hierarchy to implement the types declare module '@antv/hierarchy' { const _: { compactBox: any; dendrogram: any; indented: any; mindmap: any; }; export = _; }