/* 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 {
|
ChargingAnimation: typeof import('./../components/charging/ChargingAnimation.vue')['default']
|
DotPattern: typeof import('./../components/dot-pattern/index.vue')['default']
|
DotPatternLinearGradient: typeof import('./../components/dot-pattern/dot-pattern-linear-gradient.vue')['default']
|
FlopTime: typeof import('./../components/flop-time/index.vue')['default']
|
FlopTimeMini: typeof import('./../components/flop-time-mini/index.vue')['default']
|
GridPattern: typeof import('./../components/grid-pattern/index.vue')['default']
|
GridPatternDashed: typeof import('./../components/grid-pattern/grid-pattern-dashed.vue')['default']
|
GridPatternLinearGradient: typeof import('./../components/grid-pattern/grid-pattern-linear-gradient.vue')['default']
|
IIcon: typeof import('./../components/i-icon/index.vue')['default']
|
MenuBar: typeof import('./../components/menu-bar/index.vue')['default']
|
NavBar: typeof import('./../components/nav-bar/index.vue')['default']
|
RouterLink: typeof import('vue-router')['RouterLink']
|
RouterView: typeof import('vue-router')['RouterView']
|
SvgIcon: typeof import('./../components/svg-icon/index.vue')['default']
|
Tabbar: typeof import('./../components/tabbar/index.vue')['default']
|
VanButton: typeof import('vant/es')['Button']
|
VanCell: typeof import('vant/es')['Cell']
|
VanCellGroup: typeof import('vant/es')['CellGroup']
|
VanCheckbox: typeof import('vant/es')['Checkbox']
|
VanConfigProvider: typeof import('vant/es')['ConfigProvider']
|
VanDialog: typeof import('vant/es')['Dialog']
|
VanDivider: typeof import('vant/es')['Divider']
|
VanField: typeof import('vant/es')['Field']
|
VanForm: typeof import('vant/es')['Form']
|
VanIcon: typeof import('vant/es')['Icon']
|
VanLoading: typeof import('vant/es')['Loading']
|
VanNavBar: typeof import('vant/es')['NavBar']
|
VanNotify: typeof import('vant/es')['Notify']
|
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']
|
VanSpace: typeof import('vant/es')['Space']
|
VanStepper: typeof import('vant/es')['Stepper']
|
VanTreeSelect: typeof import('vant/es')['TreeSelect']
|
}
|
}
|