vue-pro/yudao-ui-admin-vue3/src/auto-components.d.ts

84 lines
5.5 KiB
TypeScript
Raw Normal View History

2022-11-17 14:52:31 +08:00
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Backtop: typeof import('./components/Backtop/src/Backtop.vue')['default']
Breadcrumb: typeof import('./components/Breadcrumb/src/Breadcrumb.vue')['default']
Collapse: typeof import('./components/Collapse/src/Collapse.vue')['default']
ColorRadioPicker: typeof import('./components/Setting/src/components/ColorRadioPicker.vue')['default']
ConfigGlobal: typeof import('./components/ConfigGlobal/src/ConfigGlobal.vue')['default']
ContentDetailWrap: typeof import('./components/ContentDetailWrap/src/ContentDetailWrap.vue')['default']
ContentWrap: typeof import('./components/ContentWrap/src/ContentWrap.vue')['default']
ContextMenu: typeof import('./components/ContextMenu/src/ContextMenu.vue')['default']
CountTo: typeof import('./components/CountTo/src/CountTo.vue')['default']
Crontab: typeof import('./components/Crontab/src/Crontab.vue')['default']
Descriptions: typeof import('./components/Descriptions/src/Descriptions.vue')['default']
Dialog: typeof import('./components/Dialog/src/Dialog.vue')['default']
DictTag: typeof import('./components/DictTag/src/DictTag.vue')['default']
Echart: typeof import('./components/Echart/src/Echart.vue')['default']
Editor: typeof import('./components/Editor/src/Editor.vue')['default']
ElButton: typeof import('element-plus/es')['ElButton']
ElCard: typeof import('element-plus/es')['ElCard']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElCol: typeof import('element-plus/es')['ElCol']
ElForm: typeof import('element-plus/es')['ElForm']
ElFormItem: typeof import('element-plus/es')['ElFormItem']
ElInput: typeof import('element-plus/es')['ElInput']
ElInputNumber: typeof import('element-plus/es')['ElInputNumber']
ElOption: typeof import('element-plus/es')['ElOption']
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElRow: typeof import('element-plus/es')['ElRow']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
ElTag: typeof import('element-plus/es')['ElTag']
ElTransfer: typeof import('element-plus/es')['ElTransfer']
ElTree: typeof import('element-plus/es')['ElTree']
ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect']
ElUpload: typeof import('element-plus/es')['ElUpload']
Error: typeof import('./components/Error/src/Error.vue')['default']
Footer: typeof import('./components/Footer/src/Footer.vue')['default']
Form: typeof import('./components/Form/src/Form.vue')['default']
Highlight: typeof import('./components/Highlight/src/Highlight.vue')['default']
Icon: typeof import('./components/Icon/src/Icon.vue')['default']
IconSelect: typeof import('./components/Icon/src/IconSelect.vue')['default']
IFrame: typeof import('./components/IFrame/src/IFrame.vue')['default']
ImageViewer: typeof import('./components/ImageViewer/src/ImageViewer.vue')['default']
Infotip: typeof import('./components/Infotip/src/Infotip.vue')['default']
InputPassword: typeof import('./components/InputPassword/src/InputPassword.vue')['default']
InterfaceDisplay: typeof import('./components/Setting/src/components/InterfaceDisplay.vue')['default']
LayoutRadioPicker: typeof import('./components/Setting/src/components/LayoutRadioPicker.vue')['default']
LocaleDropdown: typeof import('./components/LocaleDropdown/src/LocaleDropdown.vue')['default']
Logo: typeof import('./components/Logo/src/Logo.vue')['default']
Menu: typeof import('./components/Menu/src/Menu.vue')['default']
Qrcode: typeof import('./components/Qrcode/src/Qrcode.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Screenfull: typeof import('./components/Screenfull/src/Screenfull.vue')['default']
Search: typeof import('./components/Search/src/Search.vue')['default']
Setting: typeof import('./components/Setting/src/Setting.vue')['default']
SizeDropdown: typeof import('./components/SizeDropdown/src/SizeDropdown.vue')['default']
Sticky: typeof import('./components/Sticky/src/Sticky.vue')['default']
Table: typeof import('./components/Table/src/Table.vue')['default']
TabMenu: typeof import('./components/TabMenu/src/TabMenu.vue')['default']
TagsView: typeof import('./components/TagsView/src/TagsView.vue')['default']
ThemeSwitch: typeof import('./components/ThemeSwitch/src/ThemeSwitch.vue')['default']
Tooltip: typeof import('./components/Tooltip/src/Tooltip.vue')['default']
UserInfo: typeof import('./components/UserInfo/src/UserInfo.vue')['default']
Verify: typeof import('./components/Verifition/src/Verify.vue')['default']
VerifyPoints: typeof import('./components/Verifition/src/Verify/VerifyPoints.vue')['default']
VerifySlide: typeof import('./components/Verifition/src/Verify/VerifySlide.vue')['default']
XButton: typeof import('./components/XButton/src/XButton.vue')['default']
XModal: typeof import('./components/XModal/src/XModal.vue')['default']
XTextButton: typeof import('./components/XButton/src/XTextButton.vue')['default']
}
export interface ComponentCustomProperties {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}