Files
lingma-proxy-compose/desktop/frontend/src/vite-env.d.ts
2026-04-29 18:45:25 +08:00

8 lines
190 B
TypeScript

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