components.d.ts 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. AButton: typeof import('ant-design-vue/es')['Button']
  10. ACascader: typeof import('ant-design-vue/es')['Cascader']
  11. AForm: typeof import('ant-design-vue/es')['Form']
  12. AFormItem: typeof import('ant-design-vue/es')['FormItem']
  13. AInput: typeof import('ant-design-vue/es')['Input']
  14. ASelect: typeof import('ant-design-vue/es')['Select']
  15. ATextarea: typeof import('ant-design-vue/es')['Textarea']
  16. AUpload: typeof import('ant-design-vue/es')['Upload']
  17. RouterLink: typeof import('vue-router')['RouterLink']
  18. RouterView: typeof import('vue-router')['RouterView']
  19. TitleBar: typeof import('./src/components/TitleBar/index.vue')['default']
  20. VanButton: typeof import('vant/es')['Button']
  21. VanCascader: typeof import('vant/es')['Cascader']
  22. VanCellGroup: typeof import('vant/es')['CellGroup']
  23. VanDivider: typeof import('vant/es')['Divider']
  24. VanField: typeof import('vant/es')['Field']
  25. VanForm: typeof import('vant/es')['Form']
  26. VanIcon: typeof import('vant/es')['Icon']
  27. VanList: typeof import('vant/es')['List']
  28. VanPicker: typeof import('vant/es')['Picker']
  29. VanPopup: typeof import('vant/es')['Popup']
  30. VanRadio: typeof import('vant/es')['Radio']
  31. VanRadioGroup: typeof import('vant/es')['RadioGroup']
  32. VanRate: typeof import('vant/es')['Rate']
  33. VanTab: typeof import('vant/es')['Tab']
  34. VanTabs: typeof import('vant/es')['Tabs']
  35. VanUploader: typeof import('vant/es')['Uploader']
  36. }
  37. }