mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 06:02:33 +01:00
This commit is contained in:
parent
23bd4bed95
commit
65ab0c1123
2 changed files with 12 additions and 4 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -235,7 +235,6 @@ interface Window {
|
|||
toCanvas: (element: Element) => Promise<HTMLCanvasElement>
|
||||
toBlob: (element: Element) => Promise<Blob>
|
||||
};
|
||||
|
||||
siyuan: ISiyuan;
|
||||
JSAndroid: {
|
||||
returnDesktop(): void
|
||||
|
|
@ -249,6 +248,7 @@ interface Window {
|
|||
readHTMLClipboard(): string
|
||||
getBlockURL(): string
|
||||
hideKeyboard(): void
|
||||
showKeyboard(): void
|
||||
print(title: string, html: string): void
|
||||
getScreenWidthPx(): number
|
||||
exit(): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue