chore(core): cleanup types

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-04-11 20:28:02 +02:00
committed by Braks
parent d9be769f74
commit c99a33542b
+1 -1
View File
@@ -172,7 +172,7 @@ export interface EdgeProps<Data = ElementData, CustomEvents = {}, Type extends s
type: Type
label?: string | VNode | Component<EdgeTextProps> | Object
style?: CSSProperties
selected?: boolean
selected: boolean
sourcePosition: Position
targetPosition: Position
sourceHandleId?: string