chore(edge-toolbar): cleanup

This commit is contained in:
moklick
2025-10-21 12:16:54 +02:00
parent dca0a30f27
commit e6b0d12f6f
4 changed files with 11 additions and 12 deletions

View File

@@ -131,10 +131,6 @@ export type EdgePosition = {
export type EdgeLookup<EdgeType extends EdgeBase = EdgeBase> = Map<string, EdgeType>;
export type EdgeToolbarBaseProps = {
/**
* An edge toolbar must be attached to an edge.
*/
edgeId: string;
/**
* The `x` position of the edge label.
*/