SourceTermAnalysisSystem_vue/node_modules/@antv/x6/es/shape/rect.js
2026-05-15 10:22:44 +08:00

10 lines
224 B
JavaScript

import { createShape } from './util';
export const Rect = createShape('rect', {
attrs: {
body: {
refWidth: '100%',
refHeight: '100%',
},
},
});
//# sourceMappingURL=rect.js.map