1 | export { registerScale, getScale, registerTickMethod } from '@antv/scale';
|
2 | export { setGlobal, GLOBAL } from '@antv/g2plot/lib/core/global';
|
3 | import './extend/scale/scale';
|
4 | import './animations';
|
5 | export * from './theme';
|
6 | export * from '@antv/g2/lib/core';
|
7 | export declare const VERSION = "4.1.22";
|
8 | export { setDefaultErrorFallback } from './boundary/ErrorBoundary';
|