go-view/types/shims-vue.d.ts

8 lines
197 B
TypeScript
Raw Normal View History

2021-12-10 14:11:49 +08:00
declare module '*.vue' {
import { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
2021-12-20 13:36:54 +08:00
2022-12-16 19:08:34 +08:00
declare module 'lodash/*'
declare module 'dom-helpers'