bizcharts
Version:
bizcharts
9 lines (8 loc) • 364 B
TypeScript
export { registerScale, getScale, registerTickMethod } from '@antv/scale';
export { setGlobal, GLOBAL } from '@antv/g2plot/lib/core/global';
import './extend/scale/scale';
import './animations';
export * from './theme';
export * from '@antv/g2/lib/core';
export declare const VERSION = "4.1.22";
export { setDefaultErrorFallback } from './boundary/ErrorBoundary';