| 1234567891011121314151617181920212223242526272829303132333435 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- declare module 'vue' {
- export interface GlobalComponents {
- ElAvatar: typeof import('element-plus/es')['ElAvatar']
- ElButton: typeof import('element-plus/es')['ElButton']
- ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
- ElDatePicker: typeof import('element-plus/es')['ElDatePicker']
- ElEmpty: typeof import('element-plus/es')['ElEmpty']
- ElIcon: typeof import('element-plus/es')['ElIcon']
- ElImage: typeof import('element-plus/es')['ElImage']
- ElInput: typeof import('element-plus/es')['ElInput']
- ElOption: typeof import('element-plus/es')['ElOption']
- ElPagination: typeof import('element-plus/es')['ElPagination']
- ElSelect: typeof import('element-plus/es')['ElSelect']
- ElTag: typeof import('element-plus/es')['ElTag']
- EmptyState: typeof import('./components/EmptyState/index.vue')['default']
- HeaderBar: typeof import('./components/HeaderBar/index.vue')['default']
- PageTitle: typeof import('./components/PageTitle/index.vue')['default']
- ProductCard: typeof import('./components/ProductCard/index.vue')['default']
- ProductItem: typeof import('./components/ProductItem/index.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- SearchBar: typeof import('./components/SearchBar/index.vue')['default']
- StatCards: typeof import('./components/StatCards/index.vue')['default']
- StatusTabs: typeof import('./components/StatusTabs/index.vue')['default']
- TableActions: typeof import('./components/TableActions/index.vue')['default']
- TablePagination: typeof import('./components/TablePagination/index.vue')['default']
- }
- }
|