Vanessa 2023-05-24 10:47:53 +08:00
parent d26bb04110
commit 852d5fbe52
3 changed files with 20 additions and 5 deletions

View file

@ -313,6 +313,7 @@ declare interface IPluginDockTab {
icon: string,
hotkey?: string,
title: string,
index?: number
}
declare interface IOpenFileOptions {