gaoluyang
2026-03-23 b9c1609389907ebd10f2f523c2d0922c0c7b1682
1
2
3
4
5
6
7
8
9
10
11
/// <reference types="vite/client" />
/// <reference types="@dcloudio/types" />
 
declare module '*.vue' {
  import { DefineComponent } from 'vue'
  // eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
  const component: DefineComponent<{}, {}, any>
  export default component
}
declare module "uview-plus";
declare module 'mqtt/dist/mqtt';