static-space / env.d.ts
zhouwei
first change
edda47e
raw
history blame contribute delete
232 Bytes
/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<Record<string, unknown>, Record<string, unknown>, unknown>
export default component
}