-
Notifications
You must be signed in to change notification settings - Fork 1
/
components.d.ts
22 lines (21 loc) · 1.06 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
/* 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 {
HLogo: typeof import('./src/components/home/h-logo.vue')['default']
HSearch: typeof import('./src/components/home/h-search.vue')['default']
PackagesTable: typeof import('./src/components/vue3-packages/PackagesTable.vue')['default']
PicRadioGroup: typeof import('./src/components/pkg-info/pic-radio-group.vue')['default']
PiInfoCard: typeof import('./src/components/pkg-info/pi-info-card/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SCard: typeof import('./src/components/search/s-card.vue')['default']
SSearch: typeof import('./src/components/search/s-search.vue')['default']
VnFooter: typeof import('./src/components/shared/VnFooter.vue')['default']
VnLoading: typeof import('./src/components/shared/VnLoading.vue')['default']
}
}