fix(types): use correct edge event types
# What's changed? * instead of `MouseEvent`, emit `EdgeMouseEvent` type * fix examples
This commit is contained in:
@@ -5,6 +5,7 @@ interface CustomConnectionLineProps {
|
||||
targetX: number
|
||||
targetY: number
|
||||
}
|
||||
|
||||
const props = defineProps<CustomConnectionLineProps>()
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user