UNPKG
aomao_plugin-mind
Version:
latest (2.7.37)
2.7.37
2.7.34
2.7.33
脑图 Mind
github.com/yanmao-cc/am-editor/tree/main/plugins/plugin-mind
yanmao-cc/am-editor
aomao_plugin-mind
/
src
/
component
/
editor
/
shape
/
edges
/
base.ts
4 lines
(2 loc)
•
69 B
text/typescript
View Raw
1
2
3
4
import { Edge } from
'@antv/x6'
;
class
MindBaseEdge
extends
Edge
{}