mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 10:20:16 +01:00
This commit is contained in:
parent
251e73b845
commit
338c359013
9 changed files with 183 additions and 153 deletions
7
app/src/types/index.d.ts
vendored
7
app/src/types/index.d.ts
vendored
|
|
@ -286,12 +286,17 @@ interface Window {
|
|||
destroyTheme(): Promise<void>;
|
||||
}
|
||||
|
||||
interface ILocalFiles {
|
||||
path: string,
|
||||
size: number
|
||||
}
|
||||
|
||||
interface IClipboardData {
|
||||
textHTML?: string,
|
||||
textPlain?: string,
|
||||
siyuanHTML?: string,
|
||||
files?: File[],
|
||||
localFiles?: string[]
|
||||
localFiles?: ILocalFiles[],
|
||||
}
|
||||
|
||||
interface IRefDefs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue