GasWell-front/env.d.ts

7 lines
158 B
TypeScript

/// <reference types="vite/client" />
declare module "*.vue" {
import { Component } from "vue";
const component: Component;
export default component;
}