nova-ui/types/vue-shim.d.ts
2022-12-04 07:02:30 +01:00

6 lines
149 B
TypeScript

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