mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-30 04:05:16 +01:00
This commit is contained in:
parent
05cfcf7c2b
commit
64900706b2
13 changed files with 119 additions and 58 deletions
8
app/src/types/index.d.ts
vendored
8
app/src/types/index.d.ts
vendored
|
|
@ -152,6 +152,14 @@ interface Window {
|
|||
openFileByURL(URL: string): boolean
|
||||
}
|
||||
|
||||
interface IPosition {
|
||||
x: number,
|
||||
y: number,
|
||||
w?: number,
|
||||
h?: number,
|
||||
isLeft?: boolean
|
||||
}
|
||||
|
||||
interface ISaveLayout {
|
||||
name: string,
|
||||
layout: IObject
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue