chore(core): add missing type to FlowProps interface

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-01 22:57:05 +01:00
committed by Braks
parent 93bfa54308
commit 02952b8b6c
+1
View File
@@ -117,6 +117,7 @@ export interface FlowProps {
/** @deprecated use {@link ConnectionLineOptions.style} */
connectionLineStyle?: CSSProperties | null
connectionLineOptions?: ConnectionLineOptions
connectionRadius?: number
deleteKeyCode?: KeyFilter | null
selectionKeyCode?: KeyFilter | null
multiSelectionKeyCode?: KeyFilter | null