mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 19:58:46 +08:00
fix: update IMode define
This commit is contained in:
parent
5c842ed215
commit
f748fa7ec9
@ -26,8 +26,8 @@ export interface IModeOption {
|
||||
export type IModeType = string | IModeOption
|
||||
|
||||
export interface IMode {
|
||||
default?: IModeType[]
|
||||
[key: string]: IModeType[]
|
||||
default?: IModeType[];
|
||||
[key: string]: IModeType[] | undefined;
|
||||
}
|
||||
|
||||
export interface ILayoutOptions {
|
||||
|
Loading…
Reference in New Issue
Block a user