Added connectionLineContainerStyle property

This commit is contained in:
RunDevelopment
2022-05-18 16:16:08 +02:00
parent 79dc2dd18f
commit cebe88d928
5 changed files with 36 additions and 13 deletions
+1
View File
@@ -81,6 +81,7 @@ export interface ReactFlowProps extends HTMLAttributes<HTMLDivElement> {
connectionLineType?: ConnectionLineType;
connectionLineStyle?: CSSProperties;
connectionLineComponent?: ConnectionLineComponent;
connectionLineContainerStyle?: CSSProperties;
deleteKeyCode?: KeyCode | null;
selectionKeyCode?: KeyCode | null;
multiSelectionKeyCode?: KeyCode | null;