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
@@ -6,5 +6,9 @@ import type { EdgeToolbarBaseProps } from '@xyflow/system';
*/
export type EdgeToolbarProps = EdgeToolbarBaseProps &
HTMLAttributes<HTMLDivElement> & {
/**
* An edge toolbar must be attached to an edge.
*/
edgeId: string;
children?: ReactNode;
};