chore(react): use OnReconnet from system

This commit is contained in:
moklick
2025-05-14 11:45:58 +02:00
parent 371c3a1df1
commit 69021e8bbe
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ export type OnConnect = (connection: Connection) => void;
export type OnConnectEnd = (event: MouseEvent | TouchEvent, connectionState: FinalConnectionState) => void;
export type OnReconnect<EdgeType extends EdgeBase = EdgeBase> = (oldEdge: EdgeType, newConnection: Connection) => void;
export type OnRecoonnectStart<EdgeType extends EdgeBase = EdgeBase> = (
export type OnReconnectStart<EdgeType extends EdgeBase = EdgeBase> = (
event: MouseEvent | TouchEvent,
edge: EdgeType,
handleType: HandleType