1
0
mirror of https://gitee.com/dromara/go-view.git synced 2025-04-06 03:58:04 +08:00
go-view/types/shims-vue.d.ts
2023-06-07 15:00:28 +08:00

9 lines
227 B
TypeScript

declare module '*.vue' {
import { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
declare module 'lodash/*'
declare module 'dom-helpers'
declare module '@iconify/vue'