UNPKG

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