UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

4 lines (3 loc) 155 B
import { DataComponent as DC } from '../runtime'; export type TreeOptions = Omit<Record<string, any>, 'type'>; export declare const Tree: DC<TreeOptions>;