ruoyi-geek-App/src/env.d.ts

11 lines
379 B
TypeScript
Raw Normal View History

2023-08-12 15:44:27 +00:00
/// <reference types="vite/client" />
/// <reference types="@dcloudio/types" />
2023-08-12 15:44:27 +00:00
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";
2024-01-17 13:10:35 +00:00
declare module 'mqtt/dist/mqtt';