公告板
版本库
filestore
活动
搜索
登录
data
/
iot/DeviceCommunicationUI
设备通讯UI
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新定时器
chenyc
2023-08-05
b9657e5cfdb38579600e745150eb398b67515b65
[data/iot/DeviceCommunicationUI.git]
/
src
/
global.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
export { }
declare global {
interface Window {
removeLoading: () => void,
myApi:{},
myApi2:{fun:()=>string}
}
}