tethys.backend/index.d.ts

6 lines
156 B
TypeScript
Raw Normal View History

2023-03-03 15:54:28 +00:00
declare module '*.vue' {
import type { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
}