chore(libs): add tsdoc annotations

This commit is contained in:
moklick
2025-06-23 09:35:11 +02:00
parent fd9851fab8
commit 879988fb81
+3
View File
@@ -13,6 +13,9 @@ import { EdgeBase } from '..';
export type Project = (position: XYPosition) => XYPosition;
/**
* This type is used to define the `onMove` handler.
*/
export type OnMove = (event: MouseEvent | TouchEvent | null, viewport: Viewport) => void;
export type OnMoveStart = OnMove;
export type OnMoveEnd = OnMove;