1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00
trois/src/shims-vue.d.ts
Kevin Levron 973dda4002 wip
2021-04-20 17:50:06 +02:00

6 lines
142 B
TypeScript

declare module '*.vue' {
import { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}