UNPKG

823 BTypeScriptView Raw
1export { 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';
2export { type MarkNode, type CompositionNode, register, Runtime, extend, type ChartOptions, } from './api';
3export { ChartEvent } from './utils/event';
4export * from './spec';
5export type { G2Context, ShapeComponent, MarkComponent, GuideComponentComponent, SingleMark, G2BaseComponent, Vector2, Vector3, Channel, } from './runtime';
6export { select, Selection } from './utils/selection';
7export * from './transform';
8export { LinearAxis } from './component/axis';
9export type { AxisOptions } from './component/axis';
10export { Light, Dark, Academy, Classic, ClassicDark } from './theme';