funkwhale/front/src/shims-vue.d.ts

7 wiersze
206 B
TypeScript

declare module '*.vue' {
import type { DefineComponent } from 'vue'
// eslint-disable-next-line @typescript-eslint/ban-types
const component: DefineComponent<{}, {}, any>
export default component
}