mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 03:04:21 +01:00
This commit is contained in:
parent
4796883707
commit
8be251af00
5 changed files with 34 additions and 20 deletions
6
app/src/types/index.d.ts
vendored
6
app/src/types/index.d.ts
vendored
|
|
@ -498,6 +498,12 @@ interface IPluginDockTab {
|
|||
show?: boolean
|
||||
}
|
||||
|
||||
interface IExportOptions {
|
||||
type: string,
|
||||
id: string,
|
||||
fileType: string
|
||||
}
|
||||
|
||||
interface IOpenFileOptions {
|
||||
app: import("../index").App,
|
||||
searchData?: ISearchOption, // 搜索必填
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue