components.d.ts 1.8 KB

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