13 lines
202 B
TypeScript
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
|
|
}
|
|
}
|