awesome-compose/vue-golang-mysql/web/shims.d.ts

6 lines
147 B
TypeScript
Raw Normal View History

declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}