spring
2026-07-31 a8cc9d60a80afd7362e1d0fd31fb4307a6e04e2e
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;
}