From 14f3cf2f69e705105c1325062c8eecf1c32f6f44 Mon Sep 17 00:00:00 2001 From: Frostime Date: Sun, 21 May 2023 00:33:31 +0800 Subject: [PATCH] Update siyuan.d.ts --- src/siyuan.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/siyuan.d.ts b/src/siyuan.d.ts index fbca339..6616c55 100644 --- a/src/siyuan.d.ts +++ b/src/siyuan.d.ts @@ -18,7 +18,7 @@ declare module "siyuan" { sid: string } - declare interface IPluginDockTab { + interface IPluginDockTab { position: "LeftTop" | "LeftBottom" | "RightTop" | "RightBottom" | "BottomLeft" | "BottomRight", size: { width: number, height: number }, icon: string, @@ -182,4 +182,4 @@ declare module "siyuan" { close(): void; } -} \ No newline at end of file +}