refactor(types)!: Remove ElementId type
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,6 @@ import {
|
||||
ConnectionLineType,
|
||||
HandleElement,
|
||||
Position,
|
||||
ElementId,
|
||||
HandleType,
|
||||
XYPosition,
|
||||
ConnectionMode,
|
||||
@@ -17,8 +16,8 @@ interface ConnectionLineProps {
|
||||
sourceNode: GraphNode
|
||||
connectionLineType?: ConnectionLineType
|
||||
connectionLineStyle?: CSSProperties
|
||||
connectionHandleId?: ElementId
|
||||
connectionNodeId?: ElementId
|
||||
connectionHandleId?: string
|
||||
connectionNodeId?: string
|
||||
connectionHandleType?: HandleType
|
||||
connectionPosition?: XYPosition
|
||||
connectionMode: ConnectionMode
|
||||
|
||||
Reference in New Issue
Block a user