jiangchengfeiyi-Web/env.d.ts

7 lines
181 B
TypeScript
Raw Permalink Normal View History

2024-10-23 09:55:22 +00:00
declare module '*.vue' {
import { defineComponent } from 'vue';
const component: ReturnType<typeof defineComponent>;
export default component;
}
declare module '*.js'