NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/viser/es/shapes/loadShapes.js

7 lines
203 B
Java
Raw Normal View History

2023-09-14 14:47:11 +08:00
import * as ErrorBar from './ErrorBar';
import * as Sankey from './Sankey';
export default function () {
Sankey.registerShape();
ErrorBar.registerShape();
}
//# sourceMappingURL=loadShapes.js.map