components.d.ts 1.1 KB

123456789101112131415161718192021222324252627
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. AConfigProvider: typeof import('ant-design-vue/es')['ConfigProvider']
  10. RouterLink: typeof import('vue-router')['RouterLink']
  11. RouterView: typeof import('vue-router')['RouterView']
  12. TitleBar: typeof import('./src/components/TitleBar/index.vue')['default']
  13. VanButton: typeof import('vant/es')['Button']
  14. VanCellGroup: typeof import('vant/es')['CellGroup']
  15. VanField: typeof import('vant/es')['Field']
  16. VanForm: typeof import('vant/es')['Form']
  17. VanIcon: typeof import('vant/es')['Icon']
  18. VanList: typeof import('vant/es')['List']
  19. VanPopup: typeof import('vant/es')['Popup']
  20. VanRadio: typeof import('vant/es')['Radio']
  21. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  22. VanTab: typeof import('vant/es')['Tab']
  23. VanTabs: typeof import('vant/es')['Tabs']
  24. VanUploader: typeof import('vant/es')['Uploader']
  25. }
  26. }