68 lines
3.4 KiB
TypeScript
68 lines
3.4 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
Contenteditable: typeof import('./src/components/contenteditable.vue')['default']
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElCard: typeof import('element-plus/es')['ElCard']
|
|
ElCarousel: typeof import('element-plus/es')['ElCarousel']
|
|
ElCarouselItem: typeof import('element-plus/es')['ElCarouselItem']
|
|
ElCol: typeof import('element-plus/es')['ElCol']
|
|
ElDropdown: typeof import('element-plus/es')['ElDropdown']
|
|
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
|
|
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
|
ElOption: typeof import('element-plus/es')['ElOption']
|
|
ElRow: typeof import('element-plus/es')['ElRow']
|
|
ElSelect: typeof import('element-plus/es')['ElSelect']
|
|
ElSpace: typeof import('element-plus/es')['ElSpace']
|
|
ElTable: typeof import('element-plus/es')['ElTable']
|
|
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
|
|
ElTag: typeof import('element-plus/es')['ElTag']
|
|
ElText: typeof import('element-plus/es')['ElText']
|
|
Index: typeof import('./src/components/Navigation/Index.vue')['default']
|
|
MarketItem: typeof import('./src/components/MarketItem/MarketItem.vue')['default']
|
|
RichText: typeof import('./src/components/RichText.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
VanActionSheet: typeof import('vant/es')['ActionSheet']
|
|
VanButton: typeof import('vant/es')['Button']
|
|
VanCard: typeof import('vant/es')['Card']
|
|
VanCell: typeof import('vant/es')['Cell']
|
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
VanCheckbox: typeof import('vant/es')['Checkbox']
|
|
VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
|
|
VanCol: typeof import('vant/es')['Col']
|
|
VanDivider: typeof import('vant/es')['Divider']
|
|
VanField: typeof import('vant/es')['Field']
|
|
VanGrid: typeof import('vant/es')['Grid']
|
|
VanGridItem: typeof import('vant/es')['GridItem']
|
|
VanIcon: typeof import('vant/es')['Icon']
|
|
VanList: typeof import('vant/es')['List']
|
|
VanNavBar: typeof import('vant/es')['NavBar']
|
|
VanPicker: typeof import('vant/es')['Picker']
|
|
VanPopover: typeof import('vant/es')['Popover']
|
|
VanPopup: typeof import('vant/es')['Popup']
|
|
VanRadio: typeof import('vant/es')['Radio']
|
|
VanRadioGroup: typeof import('vant/es')['RadioGroup']
|
|
VanRow: typeof import('vant/es')['Row']
|
|
VanSearch: typeof import('vant/es')['Search']
|
|
VanSpace: typeof import('vant/es')['Space']
|
|
VanStepper: typeof import('vant/es')['Stepper']
|
|
VanSwitch: typeof import('vant/es')['Switch']
|
|
VanTab: typeof import('vant/es')['Tab']
|
|
VanTabs: typeof import('vant/es')['Tabs']
|
|
VanTag: typeof import('vant/es')['Tag']
|
|
YLCascader: typeof import('./src/components/YLCascader.vue')['default']
|
|
YLInput: typeof import('./src/components/YLInput.vue')['default']
|
|
YLPicker: typeof import('./src/components/YLPicker.vue')['default']
|
|
YLSelect: typeof import('./src/components/YLSelect.vue')['default']
|
|
}
|
|
}
|