UNPKG

@antv/g6

Version:

A Graph Visualization Framework in JavaScript

7 lines (6 loc) 115 B
export type TreeData = { id: string; children?: TreeData[]; depth?: number; [key: string]: any; };