18n/components.d.ts
2024-10-29 18:27:23 +08:00

53 lines
2.9 KiB
TypeScript

/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
BottomTips: typeof import('./src/components/bottom-tips/index.vue')['default']
FloatHandle: typeof import('./src/components/float-handle/float-handle.vue')['default']
GameList: typeof import('./src/components/game-list/game-list.vue')['default']
HBlock: typeof import('./src/components/h-block/index.vue')['default']
HCell: typeof import('./src/components/h-cell/index.vue')['default']
HCenterPopup: typeof import('./src/components/h-center-popup/index.vue')['default']
HGameProvedor: typeof import('./src/components/h-game-provedor/h-game-provedor.vue')['default']
HImg: typeof import('./src/components/h-img/h-img.vue')['default']
HInput: typeof import('./src/components/h-input/index.vue')['default']
HNavbar: typeof import('./src/components/h-navbar/index.vue')['default']
HPaging: typeof import('./src/components/h-paging/h-paging.vue')['default']
HStartGame: typeof import('./src/components/h-start-game/h-start-game.vue')['default']
HTabbar: typeof import('./src/components/h-tabbar/index.vue')['default']
HTablePaging: typeof import('./src/components/h-table-paging/h-table-paging.vue')['default']
NumberAnimation: typeof import('./src/components/number-animation/index.vue')['default']
OtherLogin: typeof import('./src/components/other-login/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SwiperGameList: typeof import('./src/components/swiper-game-list/swiper-game-list.vue')['default']
ThreeInOne: typeof import('./src/components/three-in-one/index.vue')['default']
VanButton: typeof import('vant/es')['Button']
VanCalendar: typeof import('vant/es')['Calendar']
VanCheckbox: typeof import('vant/es')['Checkbox']
VanEmpty: typeof import('vant/es')['Empty']
VanField: typeof import('vant/es')['Field']
VanIcon: typeof import('vant/es')['Icon']
VanImage: typeof import('vant/es')['Image']
VanLoading: typeof import('vant/es')['Loading']
VanNoticeBar: typeof import('vant/es')['NoticeBar']
VanOverlay: typeof import('vant/es')['Overlay']
VanPopup: typeof import('vant/es')['Popup']
VanRadio: typeof import('vant/es')['Radio']
VanRadioGroup: typeof import('vant/es')['RadioGroup']
VanSearch: typeof import('vant/es')['Search']
VanSlider: typeof import('vant/es')['Slider']
VanStep: typeof import('vant/es')['Step']
VanSteps: typeof import('vant/es')['Steps']
VanSticky: typeof import('vant/es')['Sticky']
VanTab: typeof import('vant/es')['Tab']
VanTabs: typeof import('vant/es')['Tabs']
VanTextEllipsis: typeof import('vant/es')['TextEllipsis']
}
}