fix(core): correct defaultEdgeOptions type in state

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-24 00:07:39 +02:00
committed by Braks
parent ea78e827a3
commit 8db8dc8fc5
+1 -1
View File
@@ -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