mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
dbd3719736
commit
df0e273a50
3 changed files with 10 additions and 3 deletions
3
app/src/types/index.d.ts
vendored
3
app/src/types/index.d.ts
vendored
|
|
@ -157,7 +157,8 @@ interface Window {
|
|||
siyuan: ISiyuan
|
||||
webkit: any
|
||||
html2canvas: (element: Element, opitons: {
|
||||
useCORS: boolean
|
||||
useCORS: boolean,
|
||||
scale?: number
|
||||
}) => Promise<any>;
|
||||
JSAndroid: {
|
||||
returnDesktop(): void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue