UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 202 B
import { CompositionComponent as CC } from '../runtime'; import { TreemapMark } from '../spec'; export type TreemapOptions = Omit<TreemapMark, 'type'>; export declare const Treemap: CC<TreemapOptions>;