UNPKG

uni-ui-plus

Version:

uni-ui-plus 一个现代化的 uni-app 组件库

16 lines (14 loc) 840 B
declare module 'vue' { export interface GlobalComponents { UpConfigProvider: typeof import('./components/up-config-provider/up-config-provider.vue')['default'] UpEmpty: typeof import('./components/up-empty/up-empty.vue')['default'] UpImage: typeof import('./components/up-image/up-image.vue')['default'] UpList: typeof import('./components/up-list/up-list.vue')['default'] UpLivePhoto: typeof import('./components/up-live-photo/up-live-photo.vue')['default'] UpSkeleton: typeof import('./components/up-skeleton/up-skeleton.vue')['default'] UpSwiper: typeof import('./components/up-swiper/up-swiper.vue')['default'] UpSwiperNav: typeof import('./components/up-swiper-nav/up-swiper-nav.vue')['default'] UpWaterfall: typeof import('./components/up-waterfall/up-waterfall.vue')['default'] } } export {}