UNPKG

234 BJavaScriptView Raw
1// 把 FEngine 全部透出
2export * from '@antv/f-engine';
3export { default as Chart } from './chart';
4export { Scale } from './deps/f2-scale/src';
5export * from './components';
6//@ts-ignore
7export default {
8 version: "\"5.5.2\""
9};
\No newline at end of file