mirror of
https://github.com/ArthurDanjou/artdanj-fallback.git
synced 2026-01-14 18:59:54 +01:00
6 lines
147 B
TypeScript
6 lines
147 B
TypeScript
declare module '*.vue' {
|
|
import type { DefineComponent } from 'vue'
|
|
const component: DefineComponent<{}, {}, any>
|
|
export default component
|
|
}
|