mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +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
|
||
|
}
|