Vanessa 2025-07-17 17:26:58 +08:00
parent 280f97ee81
commit 0d3dec71f3
4 changed files with 38 additions and 49 deletions

View file

@ -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[]