UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines (9 loc) 208 B
export { Chart, type ChartOptions, type MarkNode, type CompositionNode, } from './chart'; export { register } from './library'; export { Runtime } from './runtime'; export { extend } from './extend';