components.d.ts 1.09 KB
/* 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 {
    AppTabbar: typeof import('./src/components/AppTabbar.vue')['default']
    IndexNav: typeof import('./src/components/indexNav.vue')['default']
    NutCell: typeof import('@nutui/nutui-taro')['Cell']
    NutCellGroup: typeof import('@nutui/nutui-taro')['CellGroup']
    NutIcon: typeof import('@nutui/nutui-taro')['Icon']
    NutTabbar: typeof import('@nutui/nutui-taro')['Tabbar']
    NutTabbarItem: typeof import('@nutui/nutui-taro')['TabbarItem']
    Picker: typeof import('./src/components/time-picker-data/picker.vue')['default']
    PosterBuilder: typeof import('./src/components/PosterBuilder/index.vue')['default']
    QrCode: typeof import('./src/components/qrCode.vue')['default']
    QrCodeSearch: typeof import('./src/components/qrCodeSearch.vue')['default']
    RouterLink: typeof import('vue-router')['RouterLink']
    RouterView: typeof import('vue-router')['RouterView']
  }
}