components.d.ts 965 B

123456789101112131415161718192021222324
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core'
  5. export {}
  6. declare module '@vue/runtime-core' {
  7. export interface GlobalComponents {
  8. RouterLink: typeof import('vue-router')['RouterLink']
  9. RouterView: typeof import('vue-router')['RouterView']
  10. TitleBar: typeof import('./../src/components/TitleBar/index.vue')['default']
  11. VanButton: typeof import('vant/es')['Button']
  12. VanCellGroup: typeof import('vant/es')['CellGroup']
  13. VanField: typeof import('vant/es')['Field']
  14. VanForm: typeof import('vant/es')['Form']
  15. VanList: typeof import('vant/es')['List']
  16. VanRadio: typeof import('vant/es')['Radio']
  17. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  18. VanTab: typeof import('vant/es')['Tab']
  19. VanTabs: typeof import('vant/es')['Tabs']
  20. VanUploader: typeof import('vant/es')['Uploader']
  21. }
  22. }