UNPKG

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