| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- /*
- * @Author: wjc
- * @Date: 2025-04-09 10:19:11
- * @LastEditors: wjc
- * @LastEditTime: 2026-01-16 14:59:41
- * @Description:
- */
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by vite-plugin-uni-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- declare module 'vue' {
- export interface GlobalComponents {
- MCard: (typeof import('./src/components/MCard/index.vue'))['default']
- MConfigProvider: (typeof import('./src/components/MConfigProvider/index.vue'))['default']
- MContent: (typeof import('./src/components/MContent/index.vue'))['default']
- MContentTitle: (typeof import('./src/components/MContentTitle/index.vue'))['default']
- MDialog: (typeof import('./src/components/MDialog/index.vue'))['default']
- MDivider: (typeof import('./src/components/MDivider/index.vue'))['default']
- MFooter: (typeof import('./src/components/MFooter/index.vue'))['default']
- MIcon: (typeof import('./src/components/MIcon/index.vue'))['default']
- MImage: (typeof import('./src/components/MImage/index.vue'))['default']
- MNavBar: (typeof import('./src/components/MNavBar/index.vue'))['default']
- MPicker: (typeof import('./src/components/MPicker/index.vue'))['default']
- MSafeAreaTop: (typeof import('./src/components/MSafeAreaTop/index.vue'))['default']
- MTabBar: (typeof import('./src/components/MTabBar/index.vue'))['default']
- NutButton: (typeof import('nutui-uniapp/components/button/button.vue'))['default']
- NutCheckbox: (typeof import('nutui-uniapp/components/checkbox/checkbox.vue'))['default']
- NutConfigProvider: (typeof import('nutui-uniapp/components/configprovider/configprovider.vue'))['default']
- NutDialog: (typeof import('nutui-uniapp/components/dialog/dialog.vue'))['default']
- NutDivider: (typeof import('nutui-uniapp/components/divider/divider.vue'))['default']
- NutFixedNav: (typeof import('nutui-uniapp/components/fixednav/fixednav.vue'))['default']
- NutForm: (typeof import('nutui-uniapp/components/form/form.vue'))['default']
- NutFormItem: (typeof import('nutui-uniapp/components/formitem/formitem.vue'))['default']
- NutIcon: (typeof import('nutui-uniapp/components/icon/icon.vue'))['default']
- NutInput: (typeof import('nutui-uniapp/components/input/input.vue'))['default']
- NutNavbar: (typeof import('nutui-uniapp/components/navbar/navbar.vue'))['default']
- NutOverlay: (typeof import('nutui-uniapp/components/overlay/overlay.vue'))['default']
- NutPicker: (typeof import('nutui-uniapp/components/picker/picker.vue'))['default']
- NutPopup: (typeof import('nutui-uniapp/components/popup/popup.vue'))['default']
- NutSwiper: (typeof import('nutui-uniapp/components/swiper/swiper.vue'))['default']
- NutSwiperItem: (typeof import('nutui-uniapp/components/swiperitem/swiperitem.vue'))['default']
- NutSwitch: (typeof import('nutui-uniapp/components/switch/switch.vue'))['default']
- NutTabbar: (typeof import('nutui-uniapp/components/tabbar/tabbar.vue'))['default']
- NutTabbarItem: (typeof import('nutui-uniapp/components/tabbaritem/tabbaritem.vue'))['default']
- NutTag: (typeof import('nutui-uniapp/components/tag/tag.vue'))['default']
- }
- }
|