components.d.ts 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. DashboardMetricsCard: typeof import('./components/dashboard/MetricsCard.vue')['default'];
  15. HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary'];
  16. HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary'];
  17. HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor'];
  18. HoppSmartAutoComplete: typeof import('@hoppscotch/ui')['HoppSmartAutoComplete'];
  19. HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal'];
  20. HoppSmartInput: typeof import('@hoppscotch/ui')['HoppSmartInput'];
  21. HoppSmartItem: typeof import('@hoppscotch/ui')['HoppSmartItem'];
  22. HoppSmartModal: typeof import('@hoppscotch/ui')['HoppSmartModal'];
  23. HoppSmartPicture: typeof import('@hoppscotch/ui')['HoppSmartPicture'];
  24. HoppSmartSpinner: typeof import('@hoppscotch/ui')['HoppSmartSpinner'];
  25. IconLucideChevronDown: typeof import('~icons/lucide/chevron-down')['default'];
  26. IconLucideInbox: typeof import('~icons/lucide/inbox')['default'];
  27. TeamsAdd: typeof import('./components/teams/Add.vue')['default'];
  28. TeamsDetails: typeof import('./components/teams/Details.vue')['default'];
  29. TeamsInvite: typeof import('./components/teams/Invite.vue')['default'];
  30. TeamsMembers: typeof import('./components/teams/Members.vue')['default'];
  31. TeamsPendingInvites: typeof import('./components/teams/PendingInvites.vue')['default'];
  32. TeamsTable: typeof import('./components/teams/Table.vue')['default'];
  33. Tippy: typeof import('vue-tippy')['Tippy'];
  34. UsersInviteModal: typeof import('./components/users/InviteModal.vue')['default'];
  35. UsersTable: typeof import('./components/users/Table.vue')['default'];
  36. }
  37. }