公告板
版本库
filestore
活动
搜索
登录
data
/
iot/DeviceCommunicationUI
设备通讯UI
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新ui 血压体重趋势图
chenyc
2024-01-15
0263e3842d2c8b9b6a7b382876af96f678e01391
[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}
}
}