YingXingAI-screen/types/env.d.ts

7 lines
152 B
TypeScript
Raw Permalink Normal View History

2024-08-20 15:25:39 +08:00
declare module "*.vue" {
import { defineComponent } from "vue";
const Component: ReturnType<typeof defineComponent>;
export default Component;
}