mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 18:58:34 +08:00
fix: merge register to node & basic props back to shape options
This commit is contained in:
parent
973337c9f8
commit
59819b5e41
@ -12,7 +12,6 @@ import * as Algorithm from './algorithm';
|
||||
const registerNode = Shape.registerNode;
|
||||
const registerEdge = Shape.registerEdge;
|
||||
const registerCombo = Shape.registerCombo;
|
||||
const registerNodeByXML = Shape.registerNodeByXML;
|
||||
const registerBehavior = Behaviors.registerBehavior;
|
||||
const registerLayout = Layout.registerLayout;
|
||||
const Minimap = Plugins.Minimap;
|
||||
@ -58,7 +57,6 @@ export default {
|
||||
registerCombo: Shape.registerCombo,
|
||||
registerBehavior: Behaviors.registerBehavior,
|
||||
registerLayout: Layout.registerLayout,
|
||||
registerNodeByXML: Shape.registerNodeByXML,
|
||||
Layout,
|
||||
Global,
|
||||
Minimap: Plugins.Minimap,
|
||||
|
Loading…
Reference in New Issue
Block a user