refactor(types)!: Change ConnectionLineComponentProps to ConnectionLineProps
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -15,7 +15,7 @@ export interface Connection {
|
||||
targetHandle: ElementId | null
|
||||
}
|
||||
|
||||
export type ConnectionLineComponentProps = {
|
||||
export type ConnectionLineProps = {
|
||||
sourceX: number
|
||||
sourceY: number
|
||||
sourcePosition?: Position
|
||||
|
||||
Reference in New Issue
Block a user