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