-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
64 lines (62 loc) · 4.35 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/vue-next/pull/3399
declare module 'vue' {
export interface GlobalComponents {
'Custom:circleCircle': typeof import('~icons/custom/circle-circle')['default']
'Custom:circleSquare': typeof import('~icons/custom/circle-square')['default']
'Custom:circleTriangle': typeof import('~icons/custom/circle-triangle')['default']
'Custom:unbrella': typeof import('~icons/custom/unbrella')['default']
CustomCircle: typeof import('~icons/custom/circle')['default']
CustomCircleCircle: typeof import('~icons/custom/circle-circle')['default']
CustomCircleSquare: typeof import('~icons/custom/circle-square')['default']
CustomCircleTriangle: typeof import('~icons/custom/circle-triangle')['default']
CustomSquare: typeof import('~icons/custom/square')['default']
CustomTaiwan: typeof import('~icons/custom/taiwan')['default']
CustomTriangle: typeof import('~icons/custom/triangle')['default']
'Fontisto:bus': typeof import('~icons/fontisto/bus')['default']
'Fontisto:directionSign': typeof import('~icons/fontisto/direction-sign')['default']
'Fontisto:hotel': typeof import('~icons/fontisto/hotel')['default']
Header: typeof import('./src/components/layout/Header.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
'HeroiconsSolid:locationMarker': typeof import('~icons/heroicons-solid/location-marker')['default']
HotActivity: typeof import('./src/components/home/HotActivity.vue')['default']
HotCity: typeof import('./src/components/home/HotCity.vue')['default']
HotHotel: typeof import('./src/components/home/HotHotel.vue')['default']
HotRestaurant: typeof import('./src/components/home/HotRestaurant.vue')['default']
'Ic:baselineStar': typeof import('~icons/ic/baseline-star')['default']
'Ic:roundClose': typeof import('~icons/ic/round-close')['default']
'Ic:roundLocalParking': typeof import('~icons/ic/round-local-parking')['default']
'Ic:roundSearch': typeof import('~icons/ic/round-search')['default']
'Ic:sharpAccessTime': typeof import('~icons/ic/sharp-access-time')['default']
'Ic:sharpLocalHotel': typeof import('~icons/ic/sharp-local-hotel')['default']
'Ic:sharpPhone': typeof import('~icons/ic/sharp-phone')['default']
IconTaiwan: typeof import('./src/components/icons/IconTaiwan.vue')['default']
'Jam:close': typeof import('~icons/jam/close')['default']
'Majesticons:ticketLine': typeof import('~icons/majesticons/ticket-line')['default']
'Mdi:web': typeof import('~icons/mdi/web')['default']
'Octicon:triangleDown16': typeof import('~icons/octicon/triangle-down16')['default']
'Ri:arrowLeftSFill': typeof import('~icons/ri/arrow-left-s-fill')['default']
'Ri:arrowRightSFill': typeof import('~icons/ri/arrow-right-s-fill')['default']
'SiGlyph:pinLocation': typeof import('~icons/si-glyph/pin-location')['default']
'SiGlyph:pinLocation2': typeof import('~icons/si-glyph/pin-location2')['default']
SliderGroup: typeof import('./src/components/home/SliderGroup.vue')['default']
SmallCardGroup: typeof import('./src/components/SmallCardGroup.vue')['default']
Taiwan: typeof import('./src/components/icons/taiwan.vue')['default']
TaiwanIcon: typeof import('./src/components/icons/TaiwanIcon.vue')['default']
TaiwanIcon2: typeof import('./src/components/icons/TaiwanIcon2.vue')['default']
VBadge: typeof import('./src/components/base/VBadge.vue')['default']
VFooter: typeof import('./src/components/layout/VFooter.vue')['default']
VHeader: typeof import('./src/components/layout/VHeader.vue')['default']
VInput: typeof import('./src/components/base/VInput.vue')['default']
VLargeCard: typeof import('./src/components/base/VLargeCard.vue')['default']
VLoading: typeof import('./src/components/base/VLoading.vue')['default']
VModal: typeof import('./src/components/VModal.vue')['default']
VNavbar: typeof import('./src/components/layout/VNavbar.vue')['default']
VNoData: typeof import('./src/components/VNoData.vue')['default']
VPagination: typeof import('./src/components/VPagination.vue')['default']
VSelect: typeof import('./src/components/base/VSelect.vue')['default']
VSmallCard: typeof import('./src/components/base/VSmallCard.vue')['default']
}
}
export { }