mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-23 08:46:09 +01:00
This commit is contained in:
parent
280f97ee81
commit
0d3dec71f3
4 changed files with 38 additions and 49 deletions
7
app/src/types/index.d.ts
vendored
7
app/src/types/index.d.ts
vendored
|
|
@ -260,6 +260,13 @@ interface Window {
|
|||
destroyTheme(): Promise<void>;
|
||||
}
|
||||
|
||||
interface IClipboardData {
|
||||
textHTML?: string,
|
||||
textPlain?: string,
|
||||
siyuanHTML?: string,
|
||||
files?: File[],
|
||||
}
|
||||
|
||||
interface IRefDefs {
|
||||
refID: string,
|
||||
defIDs?: string[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue