components.d.ts 1.4 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. DataButton: typeof import('./src/components/data-button/data-button.vue')['default']
  10. ImagePreview: typeof import('./src/components/image-preview/image-preview.vue')['default']
  11. PdfPreview: typeof import('./src/components/pdf-preview/pdf-preview.vue')['default']
  12. RouterLink: typeof import('vue-router')['RouterLink']
  13. RouterView: typeof import('vue-router')['RouterView']
  14. VanButton: typeof import('vant/es')['Button']
  15. VanCell: typeof import('vant/es')['Cell']
  16. VanCellGroup: typeof import('vant/es')['CellGroup']
  17. VanCheckbox: typeof import('vant/es')['Checkbox']
  18. VanCheckboxGroup: typeof import('vant/es')['CheckboxGroup']
  19. VanDropdownItem: typeof import('vant/es')['DropdownItem']
  20. VanDropdownMenu: typeof import('vant/es')['DropdownMenu']
  21. VanField: typeof import('vant/es')['Field']
  22. VanForm: typeof import('vant/es')['Form']
  23. VanHighlight: typeof import('vant/es')['Highlight']
  24. VanImage: typeof import('vant/es')['Image']
  25. VanSearch: typeof import('vant/es')['Search']
  26. VanTab: typeof import('vant/es')['Tab']
  27. VanTabs: typeof import('vant/es')['Tabs']
  28. VideoPreview: typeof import('./src/components/video-preview/video-preview.vue')['default']
  29. }
  30. }