🎨 Improve the type definition of siyuan.config
(#10697)
This commit is contained in:
parent
db3df51680
commit
f5043a8c46
2 changed files with 1765 additions and 1 deletions
1764
app/src/types/config.d.ts
vendored
Normal file
1764
app/src/types/config.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load diff
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
@ -427,7 +427,7 @@ interface ISiyuan {
|
|||
rightDock?: import("../layout/dock").Dock,
|
||||
bottomDock?: import("../layout/dock").Dock,
|
||||
}
|
||||
config?: IConfig;
|
||||
config?: Config.IConf;
|
||||
ws: import("../layout/Model").Model,
|
||||
ctrlIsPressed?: boolean,
|
||||
altIsPressed?: boolean,
|
||||
|
|
Loading…
Add table
Reference in a new issue