Files
Easytier_lkddi/easytier-gui/src/vite-env.d.ts
T

8 lines
189 B
TypeScript
Raw Normal View History

2024-04-14 23:29:34 +08:00
/// <reference types="vite/client" />
declare module "*.vue" {
import type { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}