components.d.ts 1.3 KB

12345678910111213141516171819202122232425262728293031
  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. VanField: typeof import('vant/es')['Field']
  24. VanForm: typeof import('vant/es')['Form']
  25. VanPicker: typeof import('vant/es')['Picker']
  26. VanPopup: typeof import('vant/es')['Popup']
  27. VanRate: typeof import('vant/es')['Rate']
  28. VanUploader: typeof import('vant/es')['Uploader']
  29. }
  30. }