UNPKG

@antv/s2-react-components

Version:

React components for S2

8 lines 353 B
import { strategyCopy } from '@antv/s2'; import React from 'react'; import { Export } from './export'; export const StrategyExport = React.memo((props) => { return React.createElement(Export, Object.assign({}, props, { customCopyMethod: strategyCopy })); }); StrategyExport.displayName = 'StrategyExport'; //# sourceMappingURL=strategy-export.js.map