components.d.ts 1.8 KB

1234567891011121314151617181920212223242526272829303132333435
  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. ElAvatar: typeof import('element-plus/es')['ElAvatar']
  10. ElButton: typeof import('element-plus/es')['ElButton']
  11. ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
  12. ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
  13. ElEmpty: typeof import('element-plus/es')['ElEmpty']
  14. ElIcon: typeof import('element-plus/es')['ElIcon']
  15. ElImage: typeof import('element-plus/es')['ElImage']
  16. ElInput: typeof import('element-plus/es')['ElInput']
  17. ElOption: typeof import('element-plus/es')['ElOption']
  18. ElPagination: typeof import('element-plus/es')['ElPagination']
  19. ElSelect: typeof import('element-plus/es')['ElSelect']
  20. ElTag: typeof import('element-plus/es')['ElTag']
  21. EmptyState: typeof import('./components/EmptyState/index.vue')['default']
  22. HeaderBar: typeof import('./components/HeaderBar/index.vue')['default']
  23. PageTitle: typeof import('./components/PageTitle/index.vue')['default']
  24. ProductCard: typeof import('./components/ProductCard/index.vue')['default']
  25. ProductItem: typeof import('./components/ProductItem/index.vue')['default']
  26. RouterLink: typeof import('vue-router')['RouterLink']
  27. RouterView: typeof import('vue-router')['RouterView']
  28. SearchBar: typeof import('./components/SearchBar/index.vue')['default']
  29. StatCards: typeof import('./components/StatCards/index.vue')['default']
  30. StatusTabs: typeof import('./components/StatusTabs/index.vue')['default']
  31. TableActions: typeof import('./components/TableActions/index.vue')['default']
  32. TablePagination: typeof import('./components/TablePagination/index.vue')['default']
  33. }
  34. }