|
@@ -20,11 +20,14 @@ declare module 'vue' {
|
|
NutRange: typeof import('@nutui/nutui-taro')['Range']
|
|
NutRange: typeof import('@nutui/nutui-taro')['Range']
|
|
NutRate: typeof import('@nutui/nutui-taro')['Rate']
|
|
NutRate: typeof import('@nutui/nutui-taro')['Rate']
|
|
NutSearchbar: typeof import('@nutui/nutui-taro')['Searchbar']
|
|
NutSearchbar: typeof import('@nutui/nutui-taro')['Searchbar']
|
|
|
|
+ NutTabbar: typeof import('@nutui/nutui-taro')['Tabbar']
|
|
|
|
+ NutTabbarItem: typeof import('@nutui/nutui-taro')['TabbarItem']
|
|
NutTabPane: typeof import('@nutui/nutui-taro')['TabPane']
|
|
NutTabPane: typeof import('@nutui/nutui-taro')['TabPane']
|
|
NutTabs: typeof import('@nutui/nutui-taro')['Tabs']
|
|
NutTabs: typeof import('@nutui/nutui-taro')['Tabs']
|
|
PlayerList: typeof import('./src/components/PlayerList/index.vue')['default']
|
|
PlayerList: typeof import('./src/components/PlayerList/index.vue')['default']
|
|
PlayerOnly: typeof import('./src/components/PlayerOnly/index.vue')['default']
|
|
PlayerOnly: typeof import('./src/components/PlayerOnly/index.vue')['default']
|
|
QuestionCard: typeof import('./src/components/QuestionCard/index.vue')['default']
|
|
QuestionCard: typeof import('./src/components/QuestionCard/index.vue')['default']
|
|
RoomCode: typeof import('./src/components/RoomCode/index.vue')['default']
|
|
RoomCode: typeof import('./src/components/RoomCode/index.vue')['default']
|
|
|
|
+ Tabbar: typeof import('./src/components/Tabbar.vue')['default']
|
|
}
|
|
}
|
|
}
|
|
}
|