nova-ui/types/vue-shim.d.ts

6 lines
149 B
TypeScript
Raw Normal View History

2022-12-04 09:02:30 +03:00
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, never>
export default component
}