NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/g2/esm/interaction/action/index.js

3 lines
176 B
Java
Raw Normal View History

2023-09-14 14:47:11 +08:00
export { default as Action } from './base'; // 导出 Action 基类
export { createAction, registerAction, getActionClass } from './register';
//# sourceMappingURL=index.js.map