From 02952b8b6c66132cc855d4de806f0ee7c067aa05 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 1 Feb 2023 20:56:29 +0100 Subject: [PATCH] chore(core): add missing type to FlowProps interface Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- packages/core/src/types/flow.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/src/types/flow.ts b/packages/core/src/types/flow.ts index 5b42977b..f2192328 100644 --- a/packages/core/src/types/flow.ts +++ b/packages/core/src/types/flow.ts @@ -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