components.d.ts 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. GameSettings: typeof import('./src/components/room/host/GameSettings.vue')['default']
  11. HintCard: typeof import('./src/components/HintCard/index.vue')['default']
  12. HostView: typeof import('./src/components/room/host/HostView.vue')['default']
  13. NutBarrage: typeof import('@nutui/nutui-taro')['Barrage']
  14. NutButton: typeof import('@nutui/nutui-taro')['Button']
  15. NutDialog: typeof import('@nutui/nutui-taro')['Dialog']
  16. NutDivider: typeof import('@nutui/nutui-taro')['Divider']
  17. NutEmpty: typeof import('@nutui/nutui-taro')['Empty']
  18. NutInfiniteLoading: typeof import('@nutui/nutui-taro')['InfiniteLoading']
  19. NutInput: typeof import('@nutui/nutui-taro')['Input']
  20. NutPopup: typeof import('@nutui/nutui-taro')['Popup']
  21. NutProgress: typeof import('@nutui/nutui-taro')['Progress']
  22. NutRadio: typeof import('@nutui/nutui-taro')['Radio']
  23. NutRadioGroup: typeof import('@nutui/nutui-taro')['RadioGroup']
  24. NutRange: typeof import('@nutui/nutui-taro')['Range']
  25. NutRate: typeof import('@nutui/nutui-taro')['Rate']
  26. NutSearchbar: typeof import('@nutui/nutui-taro')['Searchbar']
  27. NutSkeleton: typeof import('@nutui/nutui-taro')['Skeleton']
  28. NutTabbar: typeof import('@nutui/nutui-taro')['Tabbar']
  29. NutTabbarItem: typeof import('@nutui/nutui-taro')['TabbarItem']
  30. NutTabPane: typeof import('@nutui/nutui-taro')['TabPane']
  31. NutTabs: typeof import('@nutui/nutui-taro')['Tabs']
  32. NutTag: typeof import('@nutui/nutui-taro')['Tag']
  33. NutTextarea: typeof import('@nutui/nutui-taro')['Textarea']
  34. PlayerList: typeof import('./src/components/room/PlayerList.vue')['default']
  35. PlayerView: typeof import('./src/components/room/player/PlayerView.vue')['default']
  36. RoomCode: typeof import('./src/components/room/RoomCode.vue')['default']
  37. RoomHeader: typeof import('./src/components/room/RoomHeader.vue')['default']
  38. Tabbar: typeof import('./src/components/Tabbar.vue')['default']
  39. TurtleSoupSettings: typeof import('./src/components/room/host/gamesettings/TurtleSoupSettings.vue')['default']
  40. WereWolf: typeof import('./src/components/WereWolf.vue')['default']
  41. }
  42. }