fix(types): use correct edge event types

# What's changed?

* instead of `MouseEvent`, emit `EdgeMouseEvent` type
* fix examples
This commit is contained in:
braks
2022-07-22 16:56:10 +02:00
committed by Braks
parent 3537e6b022
commit d96e944a49
13 changed files with 56 additions and 43 deletions
@@ -5,6 +5,7 @@ interface CustomConnectionLineProps {
targetX: number
targetY: number
}
const props = defineProps<CustomConnectionLineProps>()
</script>