refactor(types)!: Remove ElementId type

Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
Braks
2021-12-20 19:29:52 +01:00
parent fe0eeaeae9
commit f00f34d84b
28 changed files with 99 additions and 150 deletions
+2 -3
View File
@@ -5,7 +5,6 @@ import {
ConnectionMode,
Dimensions,
EdgeComponent,
ElementId,
GraphEdge,
GraphNode,
HandleType,
@@ -28,9 +27,9 @@ interface EdgeRendererProps {
markerEndId?: string
elementsSelectable?: boolean
edgeUpdaterRadius?: number
connectionNodeId?: ElementId
connectionNodeId?: string
connectionHandleType?: HandleType
connectionHandleId?: ElementId
connectionHandleId?: string
connectionPosition?: XYPosition
connectionMode: ConnectionMode
nodesConnectable?: boolean