1
0
go-view-fetch/types/shims-vue.d.ts

9 lines
233 B
TypeScript
Raw Permalink Normal View History

2025-08-20 12:09:24 +08:00
declare module '*.vue' {
import { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
declare module 'lodash/*'
declare module 'dom-helpers'
declare module 'vue3-sketch-ruler';