Files
frontend_hmi_station/src/shim-vue.d.ts

6 lines
150 B
TypeScript
Raw Normal View History

2025-12-17 17:00:29 +08:00
declare module "*.vue" {
import type { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}