components.d.ts 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core';
  5. export {};
  6. declare module '@vue/runtime-core' {
  7. export interface GlobalComponents {
  8. AppHeader: typeof import('./components/app/Header.vue')['default']
  9. AppLogin: typeof import('./components/app/Login.vue')['default']
  10. AppLogout: typeof import('./components/app/Logout.vue')['default']
  11. AppModal: typeof import('./components/app/Modal.vue')['default']
  12. AppSidebar: typeof import('./components/app/Sidebar.vue')['default']
  13. AppToast: typeof import('./components/app/Toast.vue')['default']
  14. ButtonPrimary: typeof import('./../../hoppscotch-ui/src/components/button/Primary.vue')['default']
  15. ButtonSecondary: typeof import('./../../hoppscotch-ui/src/components/button/Secondary.vue')['default']
  16. DashboardMetricsCard: typeof import('./components/dashboard/MetricsCard.vue')['default']
  17. HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary']
  18. HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary']
  19. HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor']
  20. HoppSmartAutoComplete: typeof import('@hoppscotch/ui')['HoppSmartAutoComplete']
  21. HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal']
  22. HoppSmartInput: typeof import('@hoppscotch/ui')['HoppSmartInput']
  23. HoppSmartItem: typeof import('@hoppscotch/ui')['HoppSmartItem']
  24. HoppSmartModal: typeof import('@hoppscotch/ui')['HoppSmartModal']
  25. HoppSmartPicture: typeof import('@hoppscotch/ui')['HoppSmartPicture']
  26. HoppSmartSpinner: typeof import('@hoppscotch/ui')['HoppSmartSpinner']
  27. HoppSmartTab: typeof import('@hoppscotch/ui')['HoppSmartTab']
  28. HoppSmartTable: typeof import('@hoppscotch/ui')['HoppSmartTable']
  29. HoppSmartTabs: typeof import('@hoppscotch/ui')['HoppSmartTabs']
  30. HoppSmartToggle: typeof import('@hoppscotch/ui')['HoppSmartToggle']
  31. IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default']
  32. IconLucideChevronDown: typeof import('~icons/lucide/chevron-down')['default']
  33. IconLucideInbox: typeof import('~icons/lucide/inbox')['default']
  34. IconLucideUser: typeof import('~icons/lucide/user')['default']
  35. SettingsAuthProvider: typeof import('./components/settings/AuthProvider.vue')['default']
  36. SettingsConfigurations: typeof import('./components/settings/Configurations.vue')['default']
  37. SettingsReset: typeof import('./components/settings/Reset.vue')['default']
  38. SettingsServerRestart: typeof import('./components/settings/ServerRestart.vue')['default']
  39. SettingsSmtpConfiguration: typeof import('./components/settings/SmtpConfiguration.vue')['default']
  40. SmartAnchor: typeof import('./../../hoppscotch-ui/src/components/smart/Anchor.vue')['default']
  41. SmartAutoComplete: typeof import('./../../hoppscotch-ui/src/components/smart/AutoComplete.vue')['default']
  42. SmartCheckbox: typeof import('./../../hoppscotch-ui/src/components/smart/Checkbox.vue')['default']
  43. SmartConfirmModal: typeof import('./../../hoppscotch-ui/src/components/smart/ConfirmModal.vue')['default']
  44. SmartExpand: typeof import('./../../hoppscotch-ui/src/components/smart/Expand.vue')['default']
  45. SmartFileChip: typeof import('./../../hoppscotch-ui/src/components/smart/FileChip.vue')['default']
  46. SmartInput: typeof import('./../../hoppscotch-ui/src/components/smart/Input.vue')['default']
  47. SmartIntersection: typeof import('./../../hoppscotch-ui/src/components/smart/Intersection.vue')['default']
  48. SmartItem: typeof import('./../../hoppscotch-ui/src/components/smart/Item.vue')['default']
  49. SmartLink: typeof import('./../../hoppscotch-ui/src/components/smart/Link.vue')['default']
  50. SmartModal: typeof import('./../../hoppscotch-ui/src/components/smart/Modal.vue')['default']
  51. SmartPicture: typeof import('./../../hoppscotch-ui/src/components/smart/Picture.vue')['default']
  52. SmartPlaceholder: typeof import('./../../hoppscotch-ui/src/components/smart/Placeholder.vue')['default']
  53. SmartProgressRing: typeof import('./../../hoppscotch-ui/src/components/smart/ProgressRing.vue')['default']
  54. SmartRadio: typeof import('./../../hoppscotch-ui/src/components/smart/Radio.vue')['default']
  55. SmartRadioGroup: typeof import('./../../hoppscotch-ui/src/components/smart/RadioGroup.vue')['default']
  56. SmartSelectWrapper: typeof import('./../../hoppscotch-ui/src/components/smart/SelectWrapper.vue')['default']
  57. SmartSlideOver: typeof import('./../../hoppscotch-ui/src/components/smart/SlideOver.vue')['default']
  58. SmartSpinner: typeof import('./../../hoppscotch-ui/src/components/smart/Spinner.vue')['default']
  59. SmartTab: typeof import('./../../hoppscotch-ui/src/components/smart/Tab.vue')['default']
  60. SmartTable: typeof import('./../../hoppscotch-ui/src/components/smart/Table.vue')['default']
  61. SmartTabs: typeof import('./../../hoppscotch-ui/src/components/smart/Tabs.vue')['default']
  62. SmartToggle: typeof import('./../../hoppscotch-ui/src/components/smart/Toggle.vue')['default']
  63. SmartTree: typeof import('./../../hoppscotch-ui/src/components/smart/Tree.vue')['default']
  64. SmartTreeBranch: typeof import('./../../hoppscotch-ui/src/components/smart/TreeBranch.vue')['default']
  65. SmartWindow: typeof import('./../../hoppscotch-ui/src/components/smart/Window.vue')['default']
  66. SmartWindows: typeof import('./../../hoppscotch-ui/src/components/smart/Windows.vue')['default']
  67. TeamsAdd: typeof import('./components/teams/Add.vue')['default']
  68. TeamsDetails: typeof import('./components/teams/Details.vue')['default']
  69. TeamsInvite: typeof import('./components/teams/Invite.vue')['default']
  70. TeamsMembers: typeof import('./components/teams/Members.vue')['default']
  71. TeamsPendingInvites: typeof import('./components/teams/PendingInvites.vue')['default']
  72. Tippy: typeof import('vue-tippy')['Tippy']
  73. UiAutoResetIcon: typeof import('./components/ui/AutoResetIcon.vue')['default']
  74. UsersDetails: typeof import('./components/users/Details.vue')['default']
  75. UsersInviteModal: typeof import('./components/users/InviteModal.vue')['default']
  76. UsersSharedRequests: typeof import('./components/users/SharedRequests.vue')['default']
  77. AppHeader: typeof import('./components/app/Header.vue')['default'];
  78. AppLogin: typeof import('./components/app/Login.vue')['default'];
  79. AppLogout: typeof import('./components/app/Logout.vue')['default'];
  80. AppModal: typeof import('./components/app/Modal.vue')['default'];
  81. AppSidebar: typeof import('./components/app/Sidebar.vue')['default'];
  82. AppToast: typeof import('./components/app/Toast.vue')['default'];
  83. DashboardMetricsCard: typeof import('./components/dashboard/MetricsCard.vue')['default'];
  84. HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary'];
  85. HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor'];
  86. HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal'];
  87. HoppSmartInput: typeof import('@hoppscotch/ui')['HoppSmartInput'];
  88. HoppSmartItem: typeof import('@hoppscotch/ui')['HoppSmartItem'];
  89. HoppSmartPicture: typeof import('@hoppscotch/ui')['HoppSmartPicture'];
  90. HoppSmartSpinner: typeof import('@hoppscotch/ui')['HoppSmartSpinner'];
  91. IconLucideInbox: typeof import('~icons/lucide/inbox')['default'];
  92. TeamsAdd: typeof import('./components/teams/Add.vue')['default'];
  93. TeamsDetails: typeof import('./components/teams/Details.vue')['default'];
  94. TeamsInvite: typeof import('./components/teams/Invite.vue')['default'];
  95. TeamsMembers: typeof import('./components/teams/Members.vue')['default'];
  96. TeamsPendingInvites: typeof import('./components/teams/PendingInvites.vue')['default'];
  97. Tippy: typeof import('vue-tippy')['Tippy'];
  98. UsersInviteModal: typeof import('./components/users/InviteModal.vue')['default'];
  99. }
  100. }