|
2 | 2 | // @ts-nocheck
|
3 | 3 | // Generated by unplugin-vue-components
|
4 | 4 | // Read more: https://github.com/vuejs/core/pull/3399
|
| 5 | +// biome-ignore lint: disable |
5 | 6 | export {}
|
6 | 7 |
|
7 | 8 | /* prettier-ignore */
|
8 | 9 | declare module 'vue' {
|
9 | 10 | export interface GlobalComponents {
|
| 11 | + BestSellingWidget: typeof import('./src/components/dashboard/BestSellingWidget.vue')['default'] |
| 12 | + Breadcrumb: typeof import('primevue/breadcrumb')['default'] |
10 | 13 | Button: typeof import('primevue/button')['default']
|
| 14 | + Card: typeof import('primevue/card')['default'] |
| 15 | + Chart: typeof import('primevue/chart')['default'] |
| 16 | + Column: typeof import('primevue/column')['default'] |
| 17 | + DataTable: typeof import('primevue/datatable')['default'] |
11 | 18 | HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
12 | 19 | IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default']
|
13 | 20 | IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default']
|
14 | 21 | IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default']
|
15 | 22 | IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default']
|
16 | 23 | IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default']
|
| 24 | + Menu: typeof import('primevue/menu')['default'] |
17 | 25 | Menubar: typeof import('primevue/menubar')['default']
|
| 26 | + NotificationsWidget: typeof import('./src/components/dashboard/NotificationsWidget.vue')['default'] |
| 27 | + Panel: typeof import('primevue/panel')['default'] |
18 | 28 | PropertiesList: typeof import('./src/components/properties/PropertiesList.vue')['default']
|
| 29 | + RecentSalesWidget: typeof import('./src/components/dashboard/RecentSalesWidget.vue')['default'] |
| 30 | + RevenueStreamWidget: typeof import('./src/components/dashboard/RevenueStreamWidget.vue')['default'] |
19 | 31 | RouterLink: typeof import('vue-router')['RouterLink']
|
20 | 32 | RouterView: typeof import('vue-router')['RouterView']
|
| 33 | + SelectButton: typeof import('primevue/selectbutton')['default'] |
| 34 | + StatsWidget: typeof import('./src/components/dashboard/StatsWidget.vue')['default'] |
21 | 35 | TheWelcome: typeof import('./src/components/TheWelcome.vue')['default']
|
| 36 | + Toast: typeof import('primevue/toast')['default'] |
22 | 37 | WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default']
|
23 | 38 | }
|
| 39 | + export interface ComponentCustomProperties { |
| 40 | + StyleClass: typeof import('primevue/styleclass')['default'] |
| 41 | + } |
24 | 42 | }
|
0 commit comments