公告板
版本库
filestore
活动
搜索
登录
data
/
iot/DeviceCommunicationUI
设备通讯UI
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of ssh://dh.leon056.com:29418/data/iot/DeviceCommunic...
songjun
2022-07-15
868abf68ab0e737de85abe2b3ceab8c158952a3d
[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}
}
}