UNPKG

@antv/f2

Version:

Charts for mobile visualization.

9 lines (7 loc) 257 B
// 把 FEngine 全部透出 export * from '@antv/f-engine'; export { default as Chart, ChartProps } from './chart'; export { Scale, ScaleConfig } from './deps/f2-scale/src'; export * from './components'; //@ts-ignore export default { version: 'VERSION' };