components.d.ts 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* eslint-disable */
  2. // @ts-nocheck
  3. // Generated by unplugin-vue-components
  4. // Read more: https://github.com/vuejs/core/pull/3399
  5. export {}
  6. /* prettier-ignore */
  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. NutFixedNav: (typeof import('nutui-uniapp/components/fixednav/fixednav.vue'))['default']
  28. NutForm: (typeof import('nutui-uniapp/components/form/form.vue'))['default']
  29. NutFormItem: (typeof import('nutui-uniapp/components/formitem/formitem.vue'))['default']
  30. NutIcon: (typeof import('nutui-uniapp/components/icon/icon.vue'))['default']
  31. NutInput: (typeof import('nutui-uniapp/components/input/input.vue'))['default']
  32. NutNavbar: (typeof import('nutui-uniapp/components/navbar/navbar.vue'))['default']
  33. NutOverlay: (typeof import('nutui-uniapp/components/overlay/overlay.vue'))['default']
  34. NutPicker: (typeof import('nutui-uniapp/components/picker/picker.vue'))['default']
  35. NutPopup: (typeof import('nutui-uniapp/components/popup/popup.vue'))['default']
  36. NutSwiper: (typeof import('nutui-uniapp/components/swiper/swiper.vue'))['default']
  37. NutSwiperItem: (typeof import('nutui-uniapp/components/swiperitem/swiperitem.vue'))['default']
  38. NutSwitch: (typeof import('nutui-uniapp/components/switch/switch.vue'))['default']
  39. NutTabbar: (typeof import('nutui-uniapp/components/tabbar/tabbar.vue'))['default']
  40. NutTabbarItem: (typeof import('nutui-uniapp/components/tabbaritem/tabbaritem.vue'))['default']
  41. NutTag: (typeof import('nutui-uniapp/components/tag/tag.vue'))['default']
  42. }
  43. }