ylwy-h5/env.d.ts

6 lines
157 B
TypeScript
Raw Normal View History

2024-12-22 11:02:17 +00:00
/// <reference types="vite/client" />
declare module "*.vue" {
import { Component } from "vue";
const component: Component;
export default component;
}