公告板
版本库
filestore
活动
搜索
登录
data
/
iot/DeviceCommunicationUI
设备通讯UI
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新透后签到不计算目标脱水量
chenyincheng
2023-03-25
f5dc6411333d824d8b585734d2006367df2ab76a
[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}
}
}