123456789101112131415161718192021 |
- /* 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']
- NutEmpty: typeof import('@nutui/nutui-taro')['Empty']
- 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/index.vue')['default']
- }
- }
|