Vanessa 2025-10-19 16:14:54 +08:00
parent bda1ec9e03
commit 4aa2b6bdc9
2 changed files with 19 additions and 1 deletions

View file

@ -245,6 +245,7 @@ interface Window {
readHTMLClipboard(): string
getBlockURL(): string
hideKeyboard(): void
exportPDF(html: string): void
};
JSHarmony: {
openExternal(url: string): void