mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-18 13:08:06 +01:00
This commit is contained in:
parent
e0e40dbad2
commit
34e833d0c1
7 changed files with 72 additions and 5 deletions
4
app/src/types/index.d.ts
vendored
4
app/src/types/index.d.ts
vendored
|
|
@ -651,6 +651,10 @@ declare interface IModels {
|
|||
graph: import("../layout/dock/Graph").Graph[],
|
||||
outline: import("../layout/dock/Outline").Outline[]
|
||||
backlink: import("../layout/dock/Backlink").Backlink[]
|
||||
inbox: import("../layout/dock/Inbox").Inbox[]
|
||||
files: import("../layout/dock/Files").Files[]
|
||||
bookmark: import("../layout/dock/Bookmark").Bookmark[]
|
||||
tag: import("../layout/dock/Tag").Tag[]
|
||||
asset: import("../asset").Asset[]
|
||||
search: import("../search").Search[]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue