This commit is contained in:
Vanessa 2022-08-23 11:55:40 +08:00
parent d49e1a009e
commit 1493bd845d
8 changed files with 134 additions and 79 deletions

View file

@ -47,6 +47,7 @@ interface IPdfAnno {
interface IBackStack {
id: string,
endId?: string,
scrollTop?: number,
callback?: string[],
position?: { start: number, end: number }

View file

@ -394,6 +394,7 @@ interface IProtyle {
showAll?: boolean
mode?: number
blockCount?: number
action?: string[]
},
disabled: boolean,
selectElement?: HTMLElement,