Skip to content

Commit ba90a48

Browse files
committed
fix(core): remove ref prop from BaseEdge
1 parent 01e3df0 commit ba90a48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/src/types/edge.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { CSSProperties, Component, VNode, VNodeRef } from 'vue'
1+
import type { CSSProperties, Component, VNode } from 'vue'
22
import type { ClassFunc, ElementData, Position, StyleFunc, Styles } from './flow'
33
import type { GraphNode } from './node'
44
import type { EdgeComponent, EdgeTextProps } from './components'
@@ -202,7 +202,6 @@ export interface BaseEdgeProps extends EdgeLabelOptions {
202202
markerEnd?: string
203203
interactionWidth?: number
204204
style?: CSSProperties
205-
ref?: VNodeRef
206205
}
207206

208207
export type BezierEdgeProps = EdgePositions &

0 commit comments

Comments
 (0)