-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
41 lines (39 loc) · 2.45 KB
/
components.d.ts
File metadata and controls
41 lines (39 loc) · 2.45 KB
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
/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AlertDialog: typeof import('./src/components/common/AlertDialog.vue')['default']
AuthLayout: typeof import('./src/components/auth/AuthLayout.vue')['default']
AuthSlider: typeof import('./src/components/auth/AuthSlider.vue')['default']
DiaryCommentModal: typeof import('./src/components/modal/DiaryCommentModal.vue')['default']
DiaryFeedItem: typeof import('./src/components/home/DiaryFeedItem.vue')['default']
FollowingPanel: typeof import('./src/components/home/FollowingPanel.vue')['default']
FriendsListModal: typeof import('./src/components/log/FriendsListModal.vue')['default']
KakaoMap: typeof import('./src/components/common/KakaoMap.vue')['default']
LogAiAnalysis: typeof import('./src/components/log/LogAiAnalysis.vue')['default']
LogCalendarWidget: typeof import('./src/components/log/LogCalendarWidget.vue')['default']
LogCard: typeof import('./src/components/log/LogCard.vue')['default']
LogContentTabs: typeof import('./src/components/log/LogContentTabs.vue')['default']
LogMapWidget: typeof import('./src/components/log/LogMapWidget.vue')['default']
MyPageProfile: typeof import('./src/components/log/MyPageProfile.vue')['default']
PlaceDetailModal: typeof import('./src/components/modal/PlaceDetailModal.vue')['default']
PlaceDetailPanel: typeof import('./src/components/trip/PlaceDetailPanel.vue')['default']
ProfileImageModal: typeof import('./src/components/log/ProfileImageModal.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
ScrollToTop: typeof import('./src/components/common/ScrollToTop.vue')['default']
TravelNavbar: typeof import('./src/components/common/TravelNavbar.vue')['default']
TripCard: typeof import('./src/components/trip/TripCard.vue')['default']
TripDetailModal: typeof import('./src/components/modal/TripDetailModal.vue')['default']
TripPlanHeader: typeof import('./src/components/trip/TripPlanHeader.vue')['default']
TripPlanPanel: typeof import('./src/components/trip/TripPlanPanel.vue')['default']
TripSearchListPanel: typeof import('./src/components/trip/TripSearchListPanel.vue')['default']
}
}