chore(deps): remove unused deps
* update deps * some ts fixes
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user