@tarojsx/library
Version:
Taro3 library
9 lines • 390 B
JavaScript
import { __rest } from "tslib";
import React from 'react';
import { Chart, Global } from '@antv/f2';
import { F2Core } from './F2Core';
export const F2 = function (props) {
const { config = {} } = props, rest = __rest(props, ["config"]);
return React.createElement(F2Core, Object.assign({ config: Object.assign({ Chart, Global }, config) }, rest));
};
//# sourceMappingURL=F2.js.map