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
|
||||
label?: string | VNode | Component<EdgeTextProps> | Object
|
||||
style?: CSSProperties
|
||||
selected?: boolean
|
||||
selected: boolean
|
||||
sourcePosition: Position
|
||||
targetPosition: Position
|
||||
sourceHandleId?: string
|
||||
|
||||
Reference in New Issue
Block a user