fix(core): simplify event emit definitions to avoid hitting complexity limit of TS (#1585)

* fix(core): simplify event emit definitions

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

* chore(changeset): add

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>

---------

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2024-08-19 18:19:04 +02:00
parent 1d772af4a4
commit ebc604d980
2 changed files with 53 additions and 33 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@vue-flow/core": patch
---
Simplify event emits definitions to avoid hitting complexity limit of TS.