uni-ui-plus
Version:
🦄基于uni-ui的二次封装的uniapp组件库
11 lines (9 loc) • 320 B
TypeScript
declare module 'vue' {
// GlobalComponents for Volar
export interface GlobalComponents {
UpButton: typeof import('./components/button/button.vue')['default']
UpList: typeof import('./components/list/list.vue')['default']
UpImage: typeof import('./components/image/image.vue')['default']
}
}
export {}