NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/g2-brush/index.js

7 lines
118 B
JavaScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
/**
* g2-brush
* @author sima.zhang1990@gmail.com
*/
const Brush = require('./src/brush');
module.exports = Brush;