components.d.ts 2.3 KB

123456789101112131415161718192021222324252627282930313233343536
  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. AiTextarea: typeof import('./src/components/TextArea/AiTextarea.vue')['default']
  10. CardPaginationList: typeof import('./src/components/PaginationList/CardPaginationList.vue')['default']
  11. HomeHotSliderCard: typeof import('./src/components/HomeHotSliderCard.vue')['default']
  12. HomeHotSliderCardHz: typeof import('./src/components/HomeHotSliderCard-hz.vue')['default']
  13. MarkdownToc: typeof import('./src/components/markdown-toc/MarkdownToc.vue')['default']
  14. MyEmpty: typeof import('./src/components/PageStatus/MyEmpty.vue')['default']
  15. MyError: typeof import('./src/components/PageStatus/MyError.vue')['default']
  16. MyIcon: typeof import('./src/components/myIcon/index.vue')['default']
  17. MyLoading: typeof import('./src/components/PageStatus/MyLoading.vue')['default']
  18. NewSliderCardUpDown: typeof import('./src/components/NewSliderCardUpDown.vue')['default']
  19. NewSliderCardUpDownHz: typeof import('./src/components/NewSliderCardUpDown-hz.vue')['default']
  20. NoAuthority: typeof import('./src/components/PageStatus/NoAuthority.vue')['default']
  21. NoFound: typeof import('./src/components/PageStatus/NoFound.vue')['default']
  22. PageStatus: typeof import('./src/components/PageStatus/PageStatus.vue')['default']
  23. PaginationList: typeof import('./src/components/PaginationList/PaginationList.vue')['default']
  24. PdfCanvas: typeof import('./src/components/pdf/PdfCanvas.vue')['default']
  25. PDFCanvasNew: typeof import('./src/components/pdf/PDFCanvasNew.vue')['default']
  26. PDFReader: typeof import('./src/components/pdf/PDFReader.vue')['default']
  27. PDFViewer: typeof import('./src/components/pdf/PDFViewer.vue')['default']
  28. PDFViewerSearch: typeof import('./src/components/pdf/PDFViewerSearch.vue')['default']
  29. RouterLink: typeof import('vue-router')['RouterLink']
  30. RouterView: typeof import('vue-router')['RouterView']
  31. Tinymce: typeof import('./src/components/Tinymce/Tinymce.vue')['default']
  32. TxtViewer: typeof import('./src/components/pdf/TxtViewer.vue')['default']
  33. WordViewer: typeof import('./src/components/pdf/WordViewer.vue')['default']
  34. }
  35. }