components.d.ts 1010 B

123456789101112131415161718192021
  1. /* eslint-disable */
  2. /* prettier-ignore */
  3. // @ts-nocheck
  4. // Generated by unplugin-vue-components
  5. // Read more: https://github.com/vuejs/core/pull/3399
  6. export {}
  7. declare module 'vue' {
  8. export interface GlobalComponents {
  9. GameCard: typeof import('./src/components/GameCard/index.vue')['default']
  10. GameProgress: typeof import('./src/components/GameProgress/index.vue')['default']
  11. HintCard: typeof import('./src/components/HintCard/index.vue')['default']
  12. HostOnly: typeof import('./src/components/HostOnly/index.vue')['default']
  13. NutEmpty: typeof import('@nutui/nutui-taro')['Empty']
  14. PlayerList: typeof import('./src/components/PlayerList/index.vue')['default']
  15. PlayerOnly: typeof import('./src/components/PlayerOnly/index.vue')['default']
  16. QuestionCard: typeof import('./src/components/QuestionCard/index.vue')['default']
  17. RoomCode: typeof import('./src/components/RoomCode/index.vue')['default']
  18. TabBar: typeof import('./src/components/TabBar/index.vue')['default']
  19. }
  20. }