This commit is contained in:
Vanessa 2023-05-17 12:37:56 +08:00
parent 05248d66be
commit fb0c2e3d6a
7 changed files with 26 additions and 24 deletions

View file

@ -242,6 +242,7 @@ interface ISiyuan {
}
interface IScrollAttr {
rootId: string,
startId: string,
endId: string
scrollTop: number,
@ -269,6 +270,7 @@ interface IObject {
}
declare interface ILayoutJSON extends ILayoutOptions {
scrollAttr?: IScrollAttr,
instance?: string,
width?: string,
height?: string,