mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-05 20:30:15 +01:00
This commit is contained in:
parent
0e0cb97f1b
commit
d2e6198e21
3 changed files with 15 additions and 1 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -26,6 +26,8 @@ type TBazaarType = "templates" | "icons" | "widgets" | "themes"
|
|||
declare module "blueimp-md5"
|
||||
|
||||
interface Window {
|
||||
__localStorage__removeItem: (key: string) => void
|
||||
__localStorage__setItem: (key: string, value: string) => void
|
||||
dataLayer: any[]
|
||||
siyuan: ISiyuan
|
||||
webkit: any
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue