12345678910111213141516171819202122232425262728293031323334353637 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- declare module 'vue' {
- export interface GlobalComponents {
- GameCard: typeof import('./src/components/GameCard/index.vue')['default']
- GameProgress: typeof import('./src/components/GameProgress/index.vue')['default']
- HintCard: typeof import('./src/components/HintCard/index.vue')['default']
- HostOnly: typeof import('./src/components/HostOnly/index.vue')['default']
- NutBarrage: typeof import('@nutui/nutui-taro')['Barrage']
- NutButton: typeof import('@nutui/nutui-taro')['Button']
- NutDivider: typeof import('@nutui/nutui-taro')['Divider']
- NutEmpty: typeof import('@nutui/nutui-taro')['Empty']
- NutInfiniteLoading: typeof import('@nutui/nutui-taro')['InfiniteLoading']
- NutInput: typeof import('@nutui/nutui-taro')['Input']
- NutRadio: typeof import('@nutui/nutui-taro')['Radio']
- NutRadioGroup: typeof import('@nutui/nutui-taro')['RadioGroup']
- NutRange: typeof import('@nutui/nutui-taro')['Range']
- NutRate: typeof import('@nutui/nutui-taro')['Rate']
- NutSearchbar: typeof import('@nutui/nutui-taro')['Searchbar']
- NutSkeleton: typeof import('@nutui/nutui-taro')['Skeleton']
- 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']
- PlayerList: typeof import('./src/components/PlayerList/index.vue')['default']
- PlayerOnly: typeof import('./src/components/PlayerOnly/index.vue')['default']
- QuestionCard: typeof import('./src/components/QuestionCard/index.vue')['default']
- RoomCode: typeof import('./src/components/RoomCode/index.vue')['default']
- Tabbar: typeof import('./src/components/Tabbar.vue')['default']
- WereWolf: typeof import('./src/components/WereWolf.vue')['default']
- }
- }
|