21 lines
923 B
TypeScript
21 lines
923 B
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
AreaCascader: typeof import('./src/components/AreaCascader/index.vue')['default']
|
|
AreaSelect: typeof import('./src/components/AreaSelect/index.vue')['default']
|
|
CodeDialog: typeof import('./src/components/code-dialog/index.vue')['default']
|
|
FileUploader: typeof import('./src/components/FileUploader/index.vue')['default']
|
|
LandSelect: typeof import('./src/components/LandSelect.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
TableComponent: typeof import('./src/components/tableComponent.vue')['default']
|
|
UrlSelect: typeof import('./src/components/UrlSelect/index.vue')['default']
|
|
}
|
|
}
|