UNPKG
@eyea/plugin-mind
Version:
latest (2.7.30)
2.7.30
脑图 Mind
github.com/yanmao-cc/am-editor/tree/main/plugins/plugin-mind
yanmao-cc/am-editor
@eyea/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
{}