NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/g2-brush/index.js
2023-09-14 14:47:11 +08:00

7 lines
118 B
JavaScript

/**
* g2-brush
* @author sima.zhang1990@gmail.com
*/
const Brush = require('./src/brush');
module.exports = Brush;