mirror of
https://github.com/electron-vite/electron-vite-vue
synced 2025-01-20 04:16:36 +08:00
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
|
declare module '*.vue' {
|
||
|
import { DefineComponent } from 'vue'
|
||
|
const component: DefineComponent<{}, {}, any>
|
||
|
export default component
|
||
|
}
|