chore(deps): remove unused deps

* update deps
* some ts fixes
This commit is contained in:
Braks
2021-10-20 22:39:54 +02:00
parent 17f2517ab4
commit 6cfe5f6d43
9 changed files with 209 additions and 247 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export type ConnectionLineComponentProps = {
connectionLineType: ConnectionLineType
}
export type CustomConnectionLine = DefineComponent<ConnectionLineComponentProps>
export type CustomConnectionLine = DefineComponent<ConnectionLineComponentProps | any, any, any, any>
export type OnConnectFunc = (connection: Connection) => void
export type OnConnectStartParams = {