6 lines
53 B
TypeScript
6 lines
53 B
TypeScript
interface Uni {
|
|
$u: any
|
|
}
|
|
|
|
declare const wx: any
|