12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- /* 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 {
- HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
- IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
- IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
- IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
- IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
- IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
- Layout: typeof import('./src/components/Layout.vue')['default']
- Logo: typeof import('./src/components/Logo.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- Tabbar: typeof import('./src/components/Tabbar.vue')['default']
- TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
- VanActionBar: typeof import('vant/es')['ActionBar']
- VanActionBarButton: typeof import('vant/es')['ActionBarButton']
- VanActionBarIcon: typeof import('vant/es')['ActionBarIcon']
- VanActionSheet: typeof import('vant/es')['ActionSheet']
- VanAddressEdit: typeof import('vant/es')['AddressEdit']
- VanAddressList: typeof import('vant/es')['AddressList']
- 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']
- VanContactCard: typeof import('vant/es')['ContactCard']
- VanCouponCell: typeof import('vant/es')['CouponCell']
- VanDivider: typeof import('vant/es')['Divider']
- VanEmpty: typeof import('vant/es')['Empty']
- VanField: typeof import('vant/es')['Field']
- VanGrid: typeof import('vant/es')['Grid']
- VanGridItem: typeof import('vant/es')['GridItem']
- VanIcon: typeof import('vant/es')['Icon']
- VanImage: typeof import('vant/es')['Image']
- VanList: typeof import('vant/es')['List']
- VanNavBar: typeof import('vant/es')['NavBar']
- VanNoticeBar: typeof import('vant/es')['NoticeBar']
- VanRow: typeof import('vant/es')['Row']
- VanSearch: typeof import('vant/es')['Search']
- VanStepper: typeof import('vant/es')['Stepper']
- VanSubmitBar: typeof import('vant/es')['SubmitBar']
- VanSwipe: typeof import('vant/es')['Swipe']
- VanSwipeItem: typeof import('vant/es')['SwipeItem']
- VanTab: typeof import('vant/es')['Tab']
- VanTabbar: typeof import('vant/es')['Tabbar']
- VanTabbarItem: typeof import('vant/es')['TabbarItem']
- VanTabs: typeof import('vant/es')['Tabs']
- VanTag: typeof import('vant/es')['Tag']
- VanTreeSelect: typeof import('vant/es')['TreeSelect']
- WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
- }
- }
|