mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-24 01:06:09 +01:00
This commit is contained in:
parent
ecd8dd66b9
commit
6fea6311dd
2 changed files with 23 additions and 39 deletions
6
app/src/types/index.d.ts
vendored
6
app/src/types/index.d.ts
vendored
|
|
@ -889,6 +889,12 @@ interface IAVRow {
|
|||
cells: IAVCell[]
|
||||
}
|
||||
|
||||
interface IAVGalleryItem {
|
||||
coverURL?: string;
|
||||
id: string;
|
||||
values: IAVCell[];
|
||||
}
|
||||
|
||||
interface IAVCell {
|
||||
id: string,
|
||||
color: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue