UNPKG

@visactor/vgrammar-hierarchy

Version:

Layout of hierarchical data for VGrammar

3 lines (2 loc) 213 B
import type { TreemapData, TreemapNodeElement, TreemapTramsformOptions } from '../interface'; export declare const transform: (options: TreemapTramsformOptions, upstreamData: TreemapData) => TreemapNodeElement[];