UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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