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

6 lines
142 B
TypeScript
Raw Normal View History

2021-04-20 23:50:06 +08:00
declare module '*.vue' {
import { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}