Files
EasyTier/easytier-gui/src/vite-env.d.ts
m1m1sha 831ede7d35 🌈 style: lint
2024-05-07 23:39:38 +08:00

9 lines
195 B
TypeScript

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