mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 18:30:16 +01:00
This commit is contained in:
parent
d49e1a009e
commit
1493bd845d
8 changed files with 134 additions and 79 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -47,6 +47,7 @@ interface IPdfAnno {
|
|||
|
||||
interface IBackStack {
|
||||
id: string,
|
||||
endId?: string,
|
||||
scrollTop?: number,
|
||||
callback?: string[],
|
||||
position?: { start: number, end: number }
|
||||
|
|
|
|||
1
app/src/types/protyle.d.ts
vendored
1
app/src/types/protyle.d.ts
vendored
|
|
@ -394,6 +394,7 @@ interface IProtyle {
|
|||
showAll?: boolean
|
||||
mode?: number
|
||||
blockCount?: number
|
||||
action?: string[]
|
||||
},
|
||||
disabled: boolean,
|
||||
selectElement?: HTMLElement,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue