UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines (4 loc) 189 B
import { CompositeMarkComponent as CC } from '../runtime'; import { TreeMark } from '../spec'; export type TreeOptions = Omit<TreeMark, 'type'>; export declare const Tree: CC<TreeOptions>;