i
This commit is contained in:
25
components.d.ts
vendored
Normal file
25
components.d.ts
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
// generated by unplugin-vue-components
|
||||
// We suggest you to commit this file into source control
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
import '@vue/runtime-core'
|
||||
|
||||
export {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
NutAvatar: typeof import('@nutui/nutui-taro')['Avatar']
|
||||
NutButton: typeof import('@nutui/nutui-taro')['Button']
|
||||
NutCategory: typeof import('@nutui/nutui-taro')['Category']
|
||||
NutCategoryPane: typeof import('@nutui/nutui-taro')['CategoryPane']
|
||||
NutCell: typeof import('@nutui/nutui-taro')['Cell']
|
||||
NutIcon: typeof import('@nutui/nutui-taro')['Icon']
|
||||
NutSearchbar: typeof import('@nutui/nutui-taro')['Searchbar']
|
||||
NutSwiper: typeof import('@nutui/nutui-taro')['Swiper']
|
||||
NutSwiperItem: typeof import('@nutui/nutui-taro')['SwiperItem']
|
||||
NutTabbar: typeof import('@nutui/nutui-taro')['Tabbar']
|
||||
NutTabbarItem: typeof import('@nutui/nutui-taro')['TabbarItem']
|
||||
NutTabPane: typeof import('@nutui/nutui-taro')['TabPane']
|
||||
NutTabs: typeof import('@nutui/nutui-taro')['Tabs']
|
||||
NutToast: typeof import('@nutui/nutui-taro')['Toast']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user