ahyd_DIB/src/uni.d.ts
2023-03-17 19:08:51 +08:00

13 lines
202 B
TypeScript

/*
* @Description:
* @Author: shuliang
* @Date: 2022-08-18 11:57:40
* @LastEditTime: 2022-08-18 13:59:52
* @LastEditors: shuliang
*/
declare namespace UniApp {
interface Uni {
$u: any
}
}