Merge branch 'main' into chore/tsdocs-adjustments

This commit is contained in:
Moritz Klack
2025-10-21 14:48:00 +02:00
committed by GitHub
23 changed files with 103 additions and 89 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 toolbar.
*/