mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 03:04:21 +01:00
This commit is contained in:
parent
0a4ec98408
commit
81ae569e34
2 changed files with 2 additions and 1 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -912,7 +912,7 @@ interface IAVCell {
|
|||
}
|
||||
|
||||
interface IAVCellValue {
|
||||
type?: TAVCol,
|
||||
type: TAVCol,
|
||||
text?: { content: string },
|
||||
number?: { content?: number, isNotEmpty: boolean },
|
||||
mSelect?: { content: string, color: string }[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue