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
@@ -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;
};