spring
6 天以前 4b7cf12b4654c27ce84341261ab2c9832ce323f9
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';