22 lines
950 B
TypeScript
22 lines
950 B
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
// biome-ignore lint: disable
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
BaseDialog: typeof import('./src/components/dialog/baseDialog.vue')['default']
|
|
Directory: typeof import('./src/components/dialog/directory.vue')['default']
|
|
DirectoryEdit: typeof import('./src/components/dialog/directoryEdit.vue')['default']
|
|
Index_b: typeof import('./src/components/SvgIcon/index_b.vue')['default']
|
|
Pagination: typeof import('./src/components/Pagination/index.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
|
|
UploadFiles: typeof import('./src/components/upload/uploadFiles.vue')['default']
|
|
}
|
|
}
|