fix(core): correct defaultEdgeOptions type in state
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -132,7 +132,7 @@ export interface State extends Omit<FlowOptions, 'id' | 'modelValue'> {
|
||||
noWheelClassName: 'nowheel' | string
|
||||
noPanClassName: 'nopan' | string
|
||||
|
||||
defaultEdgeOptions?: DefaultEdgeOptions
|
||||
defaultEdgeOptions: DefaultEdgeOptions | undefined
|
||||
|
||||
elevateEdgesOnSelect: boolean
|
||||
elevateNodesOnSelect: boolean
|
||||
|
||||
Reference in New Issue
Block a user