mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 19:18:06 +01:00
This commit is contained in:
parent
17067c4d49
commit
aa677abb62
2 changed files with 218 additions and 218 deletions
5
app/src/types/index.d.ts
vendored
5
app/src/types/index.d.ts
vendored
|
|
@ -113,8 +113,9 @@ interface IPdfAnno {
|
|||
}[]
|
||||
index?: number,
|
||||
color: string,
|
||||
type: string,
|
||||
content: string,
|
||||
type: string, // border, text
|
||||
content: string, // rect, text
|
||||
mode: string,
|
||||
id?: string,
|
||||
coords?: number[]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue