mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-21 19:39:29 +08:00
6 lines
148 B
TypeScript
6 lines
148 B
TypeScript
declare module '*.vue' {
|
|
import { defineComponent } from 'vue'
|
|
const component: ReturnType<typeof defineComponent>
|
|
export default component
|
|
}
|