dataease-dm/core/core-frontend/src/vue.d.ts

6 lines
148 B
TypeScript
Raw Normal View History

2023-10-23 22:00:14 +08:00
declare module '*.vue' {
import { defineComponent } from 'vue'
const Component: ReturnType<typeof defineComponent>
export default Component
}