components.d.ts 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*
  2. * @Author: wjc
  3. * @Date: 2025-04-09 10:19:11
  4. * @LastEditors: wjc
  5. * @LastEditTime: 2026-01-16 14:59:41
  6. * @Description:
  7. */
  8. /* eslint-disable */
  9. /* prettier-ignore */
  10. // @ts-nocheck
  11. // Generated by vite-plugin-uni-components
  12. // Read more: https://github.com/vuejs/core/pull/3399
  13. export {}
  14. declare module 'vue' {
  15. export interface GlobalComponents {
  16. MCard: (typeof import('./src/components/MCard/index.vue'))['default']
  17. MConfigProvider: (typeof import('./src/components/MConfigProvider/index.vue'))['default']
  18. MContent: (typeof import('./src/components/MContent/index.vue'))['default']
  19. MContentTitle: (typeof import('./src/components/MContentTitle/index.vue'))['default']
  20. MDialog: (typeof import('./src/components/MDialog/index.vue'))['default']
  21. MDivider: (typeof import('./src/components/MDivider/index.vue'))['default']
  22. MFooter: (typeof import('./src/components/MFooter/index.vue'))['default']
  23. MIcon: (typeof import('./src/components/MIcon/index.vue'))['default']
  24. MImage: (typeof import('./src/components/MImage/index.vue'))['default']
  25. MNavBar: (typeof import('./src/components/MNavBar/index.vue'))['default']
  26. MPicker: (typeof import('./src/components/MPicker/index.vue'))['default']
  27. MSafeAreaTop: (typeof import('./src/components/MSafeAreaTop/index.vue'))['default']
  28. MTabBar: (typeof import('./src/components/MTabBar/index.vue'))['default']
  29. NutButton: (typeof import('nutui-uniapp/components/button/button.vue'))['default']
  30. NutCheckbox: (typeof import('nutui-uniapp/components/checkbox/checkbox.vue'))['default']
  31. NutConfigProvider: (typeof import('nutui-uniapp/components/configprovider/configprovider.vue'))['default']
  32. NutDialog: (typeof import('nutui-uniapp/components/dialog/dialog.vue'))['default']
  33. NutDivider: (typeof import('nutui-uniapp/components/divider/divider.vue'))['default']
  34. NutFixedNav: (typeof import('nutui-uniapp/components/fixednav/fixednav.vue'))['default']
  35. NutForm: (typeof import('nutui-uniapp/components/form/form.vue'))['default']
  36. NutFormItem: (typeof import('nutui-uniapp/components/formitem/formitem.vue'))['default']
  37. NutIcon: (typeof import('nutui-uniapp/components/icon/icon.vue'))['default']
  38. NutInput: (typeof import('nutui-uniapp/components/input/input.vue'))['default']
  39. NutNavbar: (typeof import('nutui-uniapp/components/navbar/navbar.vue'))['default']
  40. NutOverlay: (typeof import('nutui-uniapp/components/overlay/overlay.vue'))['default']
  41. NutPicker: (typeof import('nutui-uniapp/components/picker/picker.vue'))['default']
  42. NutPopup: (typeof import('nutui-uniapp/components/popup/popup.vue'))['default']
  43. NutSwiper: (typeof import('nutui-uniapp/components/swiper/swiper.vue'))['default']
  44. NutSwiperItem: (typeof import('nutui-uniapp/components/swiperitem/swiperitem.vue'))['default']
  45. NutSwitch: (typeof import('nutui-uniapp/components/switch/switch.vue'))['default']
  46. NutTabbar: (typeof import('nutui-uniapp/components/tabbar/tabbar.vue'))['default']
  47. NutTabbarItem: (typeof import('nutui-uniapp/components/tabbaritem/tabbaritem.vue'))['default']
  48. NutTag: (typeof import('nutui-uniapp/components/tag/tag.vue'))['default']
  49. }
  50. }