This commit is contained in:
Daniel 2025-01-02 00:03:07 +08:00
parent 7e71b8c921
commit e9f33724b0
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 7 additions and 2 deletions

View file

@ -199,6 +199,7 @@ interface Window {
writeClipboard(text: string): void
writeHTMLClipboard(text: string, html: string): void
readClipboard(): string
returnDesktop(): void
}
Protyle: import("../protyle/method").default