5 lines
144 B
TypeScript
5 lines
144 B
TypeScript
|
declare module '*.vue' {
|
||
|
import { ComponentOptions } from 'vue'
|
||
|
const componentOptions: ComponentOptions
|
||
|
export default componentOptions
|
||
|
}
|