chore(core): add missing type to FlowProps interface
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user