公告板
版本库
filestore
活动
搜索
登录
data
/
iot/DeviceCommunicationUI
设备通讯UI
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
delLOGIN
chenyc
2022-07-18
67b129e70011e2f20f235662b0c6aba56d996cda
[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}
}
}