generated from pdsuwwz/vite-naive-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomponents.d.ts
66 lines (65 loc) · 3.8 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
65
66
/* 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 {
404: typeof import('./src/components/404.vue')['default']
CustomFooter: typeof import('./src/components/CustomFooter/index.vue')['default']
GradientBox: typeof import('./src/components/GradientBox/index.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld/index.vue')['default']
IconFont: typeof import('./src/components/IconFont/index.vue')['default']
Layout: typeof import('./src/components/Layout/index.vue')['default']
LayoutArea: typeof import('./src/components/Layout/LayoutArea.vue')['default']
LayoutPage: typeof import('./src/components/Layout/LayoutPage.vue')['default']
LayoutSection: typeof import('./src/components/Layout/LayoutSection.vue')['default']
LayoutView: typeof import('./src/components/Layout/LayoutView.vue')['default']
LayoutWork: typeof import('./src/components/Layout/LayoutWork.vue')['default']
NAutoComplete: typeof import('naive-ui')['NAutoComplete']
NAvatar: typeof import('naive-ui')['NAvatar']
NavigationAvatar: typeof import('./src/components/Navigation/Avatar.vue')['default']
NavigationChangeTheme: typeof import('./src/components/Navigation/ChangeTheme.vue')['default']
NavigationFullScreen: typeof import('./src/components/Navigation/FullScreen.vue')['default']
NavigationNavBar: typeof import('./src/components/Navigation/NavBar.vue')['default']
NavigationSideAction: typeof import('./src/components/Navigation/Side/SideAction.vue')['default']
NavigationSideGoBack: typeof import('./src/components/Navigation/Side/SideGoBack.vue')['default']
NavigationSideLogo: typeof import('./src/components/Navigation/Side/SideLogo.vue')['default']
NButton: typeof import('naive-ui')['NButton']
NCard: typeof import('naive-ui')['NCard']
NCarousel: typeof import('naive-ui')['NCarousel']
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
NDataTable: typeof import('naive-ui')['NDataTable']
NDatePicker: typeof import('naive-ui')['NDatePicker']
NDialogProvider: typeof import('naive-ui')['NDialogProvider']
NDropdown: typeof import('naive-ui')['NDropdown']
NForm: typeof import('naive-ui')['NForm']
NFormItem: typeof import('naive-ui')['NFormItem']
NFormItemGi: typeof import('naive-ui')['NFormItemGi']
NGi: typeof import('naive-ui')['NGi']
NGrid: typeof import('naive-ui')['NGrid']
NGridItem: typeof import('naive-ui')['NGridItem']
NIcon: typeof import('naive-ui')['NIcon']
NInput: typeof import('naive-ui')['NInput']
NList: typeof import('naive-ui')['NList']
NListItem: typeof import('naive-ui')['NListItem']
NLoadingBarProvider: typeof import('naive-ui')['NLoadingBarProvider']
NMenu: typeof import('naive-ui')['NMenu']
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
NNotificationProvider: typeof import('naive-ui')['NNotificationProvider']
NPopover: typeof import('naive-ui')['NPopover']
NSpace: typeof import('naive-ui')['NSpace']
NSpin: typeof import('naive-ui')['NSpin']
NSwitch: typeof import('naive-ui')['NSwitch']
NTag: typeof import('naive-ui')['NTag']
NText: typeof import('naive-ui')['NText']
NThing: typeof import('naive-ui')['NThing']
NTooltip: typeof import('naive-ui')['NTooltip']
Octocat: typeof import('./src/components/Octocat.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SearchSelect: typeof import('./src/components/SearchSelect/index.vue')['default']
SearchSelectSearchCorporation: typeof import('./src/components/SearchSelect/SearchCorporation.vue')['default']
}
}