zmc
2023-09-05 c2f95b0b9090a2394b5b068582b932a5e57b86aa
1
2
3
4
5
6
/// <reference types="vite/client" />
declare module '*.vue' {
    import type { DefineComponent } from 'vue'
    const component: DefineComponent<{}, {}, any>
    export default component
 }