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

7 lines
221 B
TypeScript
Raw Normal View History

2025-12-10 20:52:44 +08:00
declare module '*.vue' {
import type { DefineComponent } from 'vue'
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
const component: DefineComponent<{}, {}, unknown>
2025-12-10 20:52:44 +08:00
export default component
}