chore(core): cleanup types
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -172,7 +172,7 @@ export interface EdgeProps<Data = ElementData, CustomEvents = {}, Type extends s
|
|||||||
type: Type
|
type: Type
|
||||||
label?: string | VNode | Component<EdgeTextProps> | Object
|
label?: string | VNode | Component<EdgeTextProps> | Object
|
||||||
style?: CSSProperties
|
style?: CSSProperties
|
||||||
selected?: boolean
|
selected: boolean
|
||||||
sourcePosition: Position
|
sourcePosition: Position
|
||||||
targetPosition: Position
|
targetPosition: Position
|
||||||
sourceHandleId?: string
|
sourceHandleId?: string
|
||||||
|
|||||||
Reference in New Issue
Block a user