chenhj
2025-07-29 34885c4cc9a556fcacaf3d2c4a0144f305139cbd
1
2
3
4
5
6
7
/// <reference types="vite/client" />
 
declare module "*.vue" {
  import type { DefineComponent } from "vue";
  const component: DefineComponent<{}, {}, any>;
  export default component;
}