fix(types): edge-text typing
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ export interface Edge<T = any> {
|
||||
| string
|
||||
| {
|
||||
component: any
|
||||
props?: EdgeTextProps
|
||||
props?: Record<string, any> & Partial<EdgeTextProps>
|
||||
}
|
||||
labelStyle?: any
|
||||
labelShowBg?: boolean
|
||||
|
||||
Reference in New Issue
Block a user