26 lines
1000 B
TypeScript
26 lines
1000 B
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 {
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
ElContainer: typeof import('element-plus/es')['ElContainer']
|
|
ElHeader: typeof import('element-plus/es')['ElHeader']
|
|
ElMain: typeof import('element-plus/es')['ElMain']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
VanButton: typeof import('vant/es')['Button']
|
|
VanCell: typeof import('vant/es')['Cell']
|
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
|
VanCheckbox: typeof import('vant/es')['Checkbox']
|
|
VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
|
|
VanDivider: typeof import('vant/es')['Divider']
|
|
VanField: typeof import('vant/es')['Field']
|
|
VanIcon: typeof import('vant/es')['Icon']
|
|
}
|
|
}
|