-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
24 lines (23 loc) · 1.3 KB
/
components.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AdvanceDataTable: typeof import('./src/components/AdvanceDataTable.vue')['default']
CardStatisticsHorizontal: typeof import('./src/@core/components/cards/CardStatisticsHorizontal.vue')['default']
CardStatisticsVertical: typeof import('./src/@core/components/cards/CardStatisticsVertical.vue')['default']
CardStatisticsWithImages: typeof import('./src/@core/components/cards/CardStatisticsWithImages.vue')['default']
EnhancedDataTable: typeof import('./src/components/EnhancedDataTable.vue')['default']
ErrorHeader: typeof import('./src/components/ErrorHeader.vue')['default']
FileUploader: typeof import('./src/components/FileUploader.vue')['default']
MoreBtn: typeof import('./src/@core/components/MoreBtn.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
ThemeSwitcher: typeof import('./src/@core/components/ThemeSwitcher.vue')['default']
UpgradeToPro: typeof import('./src/components/UpgradeToPro.vue')['default']
VueApexCharts: typeof import('vue3-apexcharts')['default']
}
}