components.d.ts 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. NutBarrage: typeof import('@nutui/nutui-taro')['Barrage']
  14. NutButton: typeof import('@nutui/nutui-taro')['Button']
  15. NutDivider: typeof import('@nutui/nutui-taro')['Divider']
  16. NutEmpty: typeof import('@nutui/nutui-taro')['Empty']
  17. NutInfiniteLoading: typeof import('@nutui/nutui-taro')['InfiniteLoading']
  18. NutInput: typeof import('@nutui/nutui-taro')['Input']
  19. NutRadio: typeof import('@nutui/nutui-taro')['Radio']
  20. NutRadioGroup: typeof import('@nutui/nutui-taro')['RadioGroup']
  21. NutRange: typeof import('@nutui/nutui-taro')['Range']
  22. NutRate: typeof import('@nutui/nutui-taro')['Rate']
  23. NutSearchbar: typeof import('@nutui/nutui-taro')['Searchbar']
  24. NutSkeleton: typeof import('@nutui/nutui-taro')['Skeleton']
  25. NutTabbar: typeof import('@nutui/nutui-taro')['Tabbar']
  26. NutTabbarItem: typeof import('@nutui/nutui-taro')['TabbarItem']
  27. NutTabPane: typeof import('@nutui/nutui-taro')['TabPane']
  28. NutTabs: typeof import('@nutui/nutui-taro')['Tabs']
  29. PlayerList: typeof import('./src/components/PlayerList/index.vue')['default']
  30. PlayerOnly: typeof import('./src/components/PlayerOnly/index.vue')['default']
  31. QuestionCard: typeof import('./src/components/QuestionCard/index.vue')['default']
  32. RoomCode: typeof import('./src/components/RoomCode/index.vue')['default']
  33. Tabbar: typeof import('./src/components/Tabbar.vue')['default']
  34. WereWolf: typeof import('./src/components/WereWolf.vue')['default']
  35. }
  36. }