1 | export { render, renderToMountedElement, MAIN_LAYER_CLASS_NAME, LABEL_LAYER_CLASS_NAME, ELEMENT_CLASS_NAME, VIEW_CLASS_NAME, PLOT_CLASS_NAME, COMPONENT_CLASS_NAME, LABEL_CLASS_NAME, AREA_CLASS_NAME, MASK_CLASS_NAME, } from './runtime';
|
2 | export { type MarkNode, type CompositionNode, register, Runtime, extend, type ChartOptions, } from './api';
|
3 | export { ChartEvent } from './utils/event';
|
4 | export * from './spec';
|
5 | export type { G2Context, ShapeComponent, MarkComponent, GuideComponentComponent, SingleMark, G2BaseComponent, Vector2, Vector3, Channel, } from './runtime';
|
6 | export { select, Selection } from './utils/selection';
|
7 | export * from './transform';
|
8 | export { LinearAxis } from './component/axis';
|
9 | export type { AxisOptions } from './component/axis';
|
10 | export { Light, Dark, Academy, Classic, ClassicDark } from './theme';
|