Files
vue3-element-admin/types/components.d.ts

131 lines
8.4 KiB
TypeScript

/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {};
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AppLink: typeof import('./../src/components/AppLink/index.vue')['default']
Breadcrumb: typeof import('./../src/components/Breadcrumb/index.vue')['default']
CommandPalette: typeof import('./../src/components/CommandPalette/index.vue')['default']
CopyButton: typeof import('./../src/components/CopyButton/index.vue')['default']
DictSelect: typeof import('./../src/components/DictSelect/index.vue')['default']
DictTag: typeof import('./../src/components/DictTag/index.vue')['default']
ECharts: typeof import('./../src/components/ECharts/index.vue')['default']
ElAlert: typeof import('element-plus/es')['ElAlert']
ElAvatar: typeof import('element-plus/es')['ElAvatar']
ElBacktop: typeof import('element-plus/es')['ElBacktop']
ElBadge: typeof import('element-plus/es')['ElBadge']
ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb']
ElBreadcrumbItem: typeof import('element-plus/es')['ElBreadcrumbItem']
ElButton: typeof import('element-plus/es')['ElButton']
ElCard: typeof import('element-plus/es')['ElCard']
ElCascader: typeof import('element-plus/es')['ElCascader']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElCheckboxButton: typeof import('element-plus/es')['ElCheckboxButton']
ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
ElCol: typeof import('element-plus/es')['ElCol']
ElColorPicker: typeof import('element-plus/es')['ElColorPicker']
ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
ElDescriptions: typeof import('element-plus/es')['ElDescriptions']
ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDivider: typeof import('element-plus/es')['ElDivider']
ElDrawer: typeof import('element-plus/es')['ElDrawer']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
ElEmpty: typeof import('element-plus/es')['ElEmpty']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElIcon: typeof import('element-plus/es')['ElIcon']
ElImage: typeof import('element-plus/es')['ElImage']
ElImageViewer: typeof import('element-plus/es')['ElImageViewer']
ElInput: typeof import('element-plus/es')['ElInput']
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
ElLink: typeof import('element-plus/es')['ElLink']
ElMenu: typeof import('element-plus/es')['ElMenu']
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
ElOption: typeof import('element-plus/es')['ElOption']
ElPagination: typeof import('element-plus/es')['ElPagination']
ElPopover: typeof import('element-plus/es')['ElPopover']
ElProgress: typeof import('element-plus/es')['ElProgress']
ElRadio: typeof import('element-plus/es')['ElRadio']
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElRow: typeof import('element-plus/es')['ElRow']
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSkeleton: typeof import('element-plus/es')['ElSkeleton']
ElSkeletonItem: typeof import('element-plus/es')['ElSkeletonItem']
ElSpace: typeof import('element-plus/es')['ElSpace']
ElStep: typeof import('element-plus/es')['ElStep']
ElSteps: typeof import('element-plus/es')['ElSteps']
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTabPane: typeof import('element-plus/es')['ElTabPane']
ElTabs: typeof import('element-plus/es')['ElTabs']
ElTag: typeof import('element-plus/es')['ElTag']
ElText: typeof import('element-plus/es')['ElText']
ElTimeline: typeof import('element-plus/es')['ElTimeline']
ElTimelineItem: typeof import('element-plus/es')['ElTimelineItem']
ElTooltip: typeof import('element-plus/es')['ElTooltip']
ElTree: typeof import('element-plus/es')['ElTree']
ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
ElUpload: typeof import('element-plus/es')['ElUpload']
ElWatermark: typeof import('element-plus/es')['ElWatermark']
FileUpload: typeof import('./../src/components/Upload/FileUpload.vue')['default']
Fullscreen: typeof import('./../src/components/Fullscreen/index.vue')['default']
GithubCorner: typeof import('./../src/components/GithubCorner/index.vue')['default']
Hamburger: typeof import('./../src/components/Hamburger/index.vue')['default']
IconSelect: typeof import('./../src/components/IconSelect/index.vue')['default']
InputTag: typeof import('./../src/components/InputTag/index.vue')['default']
LangSelect: typeof import('./../src/components/LangSelect/index.vue')['default']
LayoutLogo: typeof import('./../src/layouts/components/LayoutLogo.vue')['default']
LayoutMain: typeof import('./../src/layouts/components/LayoutMain.vue')['default']
LayoutNavbar: typeof import('./../src/layouts/components/LayoutNavbar.vue')['default']
LayoutSettings: typeof import('./../src/layouts/components/LayoutSettings.vue')['default']
LayoutSidebar: typeof import('./../src/layouts/components/LayoutSidebar.vue')['default']
LayoutSidebarItem: typeof import('./../src/layouts/components/LayoutSidebarItem.vue')['default']
LayoutTagsView: typeof import('./../src/layouts/components/LayoutTagsView.vue')['default']
LayoutToolbar: typeof import('./../src/layouts/components/LayoutToolbar.vue')['default']
Login: typeof import('./../src/views/login/components/Login.vue')['default']
MultiImageUpload: typeof import('./../src/components/Upload/MultiImageUpload.vue')['default']
NoticeDropdown: typeof import('./../src/components/NoticeDropdown/index.vue')['default']
OperationColumn: typeof import('./../src/components/OperationColumn/index.vue')['default']
PageContent: typeof import('./../src/components/CURD/PageContent.vue')['default']
PageModal: typeof import('./../src/components/CURD/PageModal.vue')['default']
PageSearch: typeof import('./../src/components/CURD/PageSearch.vue')['default']
Pagination: typeof import('./../src/components/Pagination/index.vue')['default']
Register: typeof import('./../src/views/login/components/Register.vue')['default']
ResetPwd: typeof import('./../src/views/login/components/ResetPwd.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SingleImageUpload: typeof import('./../src/components/Upload/SingleImageUpload.vue')['default']
SizeSelect: typeof import('./../src/components/SizeSelect/index.vue')['default']
TableSelect: typeof import('./../src/components/TableSelect/index.vue')['default']
TenantSwitcher: typeof import('./../src/components/TenantSwitcher/index.vue')['default']
TextScroll: typeof import('./../src/components/TextScroll/index.vue')['default']
ThemeSwitch: typeof import('./../src/components/ThemeSwitch/index.vue')['default']
UserDeptTree: typeof import('./../src/views/system/user/components/UserDeptTree.vue')['default']
UserImportDialog: typeof import('./../src/views/system/user/components/UserImportDialog.vue')['default']
WangEditor: typeof import('./../src/components/WangEditor/index.vue')['default']
DevicePageContent: typeof import('./../src/components/DeviceSn/DevicePageContent.vue')['default']
DevicePageModal: typeof import('./../src/components/DeviceSn/DevicePageModal.vue')['default']
DevicePageSearch: typeof import('./../src/components/DeviceSn/DevicePageSearch.vue')['default']
DeviceSnDetail: typeof import('./../src/components/DeviceSn/DeviceSnDetail.vue')['default']
}
export interface GlobalDirectives {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}