mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
fix: fix Style type (#5881)
This commit is contained in:
parent
6c74961f30
commit
aa341453ad
@ -51,5 +51,5 @@ export interface StaticEdgeOptions {
|
||||
}
|
||||
|
||||
export interface EdgeStyle extends Partial<BaseEdgeStyleProps> {
|
||||
[key: string]: any;
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
@ -51,5 +51,5 @@ export interface StaticNodeOptions {
|
||||
}
|
||||
|
||||
export interface NodeStyle extends Partial<BaseNodeStyleProps> {
|
||||
[key: string]: any;
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user