components.d.ts 871 B

123456789101112131415161718192021
  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. ImagePreview: typeof import('./src/components/image-preview/image-preview.vue')['default']
  10. PdfPreview: typeof import('./src/components/pdf-preview/pdf-preview.vue')['default']
  11. RouterLink: typeof import('vue-router')['RouterLink']
  12. RouterView: typeof import('vue-router')['RouterView']
  13. VanButton: typeof import('vant/es')['Button']
  14. VanCell: typeof import('vant/es')['Cell']
  15. VanCellGroup: typeof import('vant/es')['CellGroup']
  16. VanField: typeof import('vant/es')['Field']
  17. VanForm: typeof import('vant/es')['Form']
  18. VideoPreview: typeof import('./src/components/video-preview/video-preview.vue')['default']
  19. }
  20. }