gaoluyang
13 小时以前 ba389833f9fbb043c3fa2df5aac8ed00d899e0fb
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';