magnetar/fe_calckey/frontend/client/@types/vue.d.ts

8 lines
201 B
TypeScript

/// <reference types="vue/macros-global" />
declare module "*.vue" {
import type { DefineComponent } from "vue";
const component: DefineComponent<{}, {}, any>;
export default component;
}