mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 07:24:07 +01:00
This commit is contained in:
parent
591e451c3e
commit
df17081df5
2 changed files with 24 additions and 4 deletions
20
app/src/types/index.d.ts
vendored
20
app/src/types/index.d.ts
vendored
|
|
@ -799,3 +799,23 @@ interface IBazaarItem {
|
|||
hUpdated: string
|
||||
preferredFunding: string
|
||||
}
|
||||
|
||||
interface IAVColumn {
|
||||
width: number,
|
||||
icon: string,
|
||||
id: string,
|
||||
name: string,
|
||||
wrap: boolean,
|
||||
type: string,
|
||||
}
|
||||
|
||||
interface IAVRow {
|
||||
id: string,
|
||||
cells: IAVCell[]
|
||||
}
|
||||
|
||||
interface IAVCell {
|
||||
color: string,
|
||||
bgColor: string,
|
||||
value: string,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue