components.d.ts 1.0 KB

1234567891011121314151617181920212223242526
  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. VanList: typeof import('vant/es')['List'];
  18. VanPopup: typeof import('vant/es')['Popup'];
  19. VanRadio: typeof import('vant/es')['Radio'];
  20. VanRadioGroup: typeof import('vant/es')['RadioGroup'];
  21. VanTab: typeof import('vant/es')['Tab'];
  22. VanTabs: typeof import('vant/es')['Tabs'];
  23. VanUploader: typeof import('vant/es')['Uploader'];
  24. }
  25. }