components.d.ts 2.7 KB

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