chore(examples): cleanup
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -13,7 +13,7 @@ interface CustomEdgeProps<T = any> extends EdgeProps<T> {
|
|||||||
targetPosition: Position
|
targetPosition: Position
|
||||||
data: T
|
data: T
|
||||||
markerEnd: string
|
markerEnd: string
|
||||||
style: CSSProperties
|
style?: CSSProperties
|
||||||
}
|
}
|
||||||
|
|
||||||
const props = defineProps<CustomEdgeProps>()
|
const props = defineProps<CustomEdgeProps>()
|
||||||
|
|||||||
Reference in New Issue
Block a user