mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 16:26:09 +01:00
This commit is contained in:
parent
11d582f39d
commit
2caa3b657c
8 changed files with 191 additions and 83 deletions
6
app/src/types/index.d.ts
vendored
6
app/src/types/index.d.ts
vendored
|
|
@ -823,6 +823,12 @@ interface IBazaarItem {
|
|||
preferredFunding: string
|
||||
}
|
||||
|
||||
interface IAV {
|
||||
columns: IAVColumn[],
|
||||
filters: [],
|
||||
sorts: [],
|
||||
}
|
||||
|
||||
interface IAVColumn {
|
||||
width: number,
|
||||
icon: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue