38 lines
1.9 KiB
TypeScript
38 lines
1.9 KiB
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 {
|
|
ABreadcrumb: typeof import('ant-design-vue/es')['Breadcrumb']
|
|
ABreadcrumbItem: typeof import('ant-design-vue/es')['BreadcrumbItem']
|
|
AButton: typeof import('ant-design-vue/es')['Button']
|
|
ACol: typeof import('ant-design-vue/es')['Col']
|
|
AForm: typeof import('ant-design-vue/es')['Form']
|
|
AFormItem: typeof import('ant-design-vue/es')['FormItem']
|
|
AImage: typeof import('ant-design-vue/es')['Image']
|
|
AInput: typeof import('ant-design-vue/es')['Input']
|
|
AInputSearch: typeof import('ant-design-vue/es')['InputSearch']
|
|
AModal: typeof import('ant-design-vue/es')['Modal']
|
|
APageHeader: typeof import('ant-design-vue/es')['PageHeader']
|
|
APopover: typeof import('ant-design-vue/es')['Popover']
|
|
AppNavigation: typeof import('./src/components/AppNavigation.vue')['default']
|
|
AProgress: typeof import('ant-design-vue/es')['Progress']
|
|
ARow: typeof import('ant-design-vue/es')['Row']
|
|
ATable: typeof import('ant-design-vue/es')['Table']
|
|
ATooltip: typeof import('ant-design-vue/es')['Tooltip']
|
|
FileCarousel: typeof import('./src/components/FileCarousel.vue')['default']
|
|
FileExplorer: typeof import('./src/components/FileExplorer.vue')['default']
|
|
FileViewer: typeof import('./src/components/FileViewer.vue')['default']
|
|
HeaderMain: typeof import('./src/components/HeaderMain.vue')['default']
|
|
LoginModal: typeof import('./src/components/LoginModal.vue')['default']
|
|
NotificationLoading: typeof import('./src/components/NotificationLoading.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
UploadButton: typeof import('./src/components/UploadButton.vue')['default']
|
|
}
|
|
}
|