Skip to content

Commit 14f3cf2

Browse files
authored
Update siyuan.d.ts
1 parent df40349 commit 14f3cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/siyuan.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ declare module "siyuan" {
1818
sid: string
1919
}
2020

21-
declare interface IPluginDockTab {
21+
interface IPluginDockTab {
2222
position: "LeftTop" | "LeftBottom" | "RightTop" | "RightBottom" | "BottomLeft" | "BottomRight",
2323
size: { width: number, height: number },
2424
icon: string,
@@ -182,4 +182,4 @@ declare module "siyuan" {
182182

183183
close(): void;
184184
}
185-
}
185+
}

0 commit comments

Comments
 (0)