mirror of
https://gitee.com/dromara/go-view.git
synced 2024-11-30 02:38:30 +08:00
9 lines
233 B
TypeScript
9 lines
233 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 'vue3-sketch-ruler'; |