Files
DeEarthX-V3/front/src/vite-env.d.ts
Tianpao d32768afea init
2025-09-12 22:45:41 +08:00

8 lines
189 B
TypeScript

/// <reference types="vite/client" />
declare module "*.vue" {
import type { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}