fix(edges): type marker prop in EdgeProps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -21,8 +21,8 @@ export interface PathFindingEdgeProps extends EdgeProps<never> {
|
||||
labelBgPadding?: [number, number]
|
||||
labelBgBorderRadius?: number
|
||||
style?: CSSProperties
|
||||
markerEnd?: string
|
||||
markerStart?: string
|
||||
markerEnd: string
|
||||
markerStart: string
|
||||
sourceHandleId?: string
|
||||
targetHandleId?: string
|
||||
}
|
||||
@@ -46,8 +46,8 @@ export interface PerfectArrowProps {
|
||||
labelBgPadding?: [number, number]
|
||||
labelBgBorderRadius?: number
|
||||
style?: CSSProperties
|
||||
markerEnd?: string
|
||||
markerStart?: string
|
||||
markerEnd: string
|
||||
markerStart: string
|
||||
sourceHandleId?: string
|
||||
targetHandleId?: string
|
||||
options?: ArrowOptions
|
||||
|
||||
Reference in New Issue
Block a user