Files
SIB/frontend/src/shims-vue.d.ts

6 lines
153 B
TypeScript
Raw Normal View History

2026-02-21 09:53:31 -05:00
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}