tethys.backend/index.d.ts

5 lines
154 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
}