zx_web/env.d.ts

8 lines
186 B
TypeScript
Raw Permalink Normal View History

2025-03-04 16:18:46 +08:00
/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}