fix(types): marker types & flowstate id removed from state
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -83,8 +83,8 @@ export interface EdgeProps<Data = any> {
|
||||
labelBgBorderRadius?: number
|
||||
animated?: boolean
|
||||
updatable?: boolean
|
||||
markerStart?: EdgeMarkerType
|
||||
markerEnd?: any
|
||||
markerStart?: string
|
||||
markerEnd?: string
|
||||
}
|
||||
|
||||
export interface SmoothStepEdgeProps<T = any> extends EdgeProps<T> {
|
||||
|
||||
Reference in New Issue
Block a user