Update siyuan.d.ts

This commit is contained in:
Frostime 2023-05-21 00:33:31 +08:00 committed by GitHub
parent df40349bd0
commit 14f3cf2f69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
src/siyuan.d.ts vendored
View file

@ -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;
}
}
}