@antv/f2
Version:
Charts for mobile visualization.
13 lines (12 loc) • 339 B
TypeScript
export const __esModule: boolean;
export default hierarchy;
export function Node(data: any): void;
export class Node {
constructor(data: any);
data: any;
depth: number;
height: number;
parent: any;
}
export function computeHeight(node: any): void;
declare function hierarchy(data: any, children: any): any;