-
Notifications
You must be signed in to change notification settings - Fork 7
/
components.d.ts
55 lines (53 loc) · 2.68 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
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Debug: typeof import('./src/components/debug/Debug.vue')['default']
DebugButton: typeof import('./src/components/debug/DebugButton.vue')['default']
DebugTab: typeof import('./src/components/debug/DebugTab.vue')['default']
Demo: typeof import('./src/components/demo/Demo.vue')['default']
Drawer: typeof import('./src/components/drawer/Drawer.vue')['default']
Hello: typeof import('./src/components/demo/Hello.vue')['default']
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
Home: typeof import('./src/components/home/Home.vue')['default']
Layout: typeof import('./src/components/Layout.vue')['default']
NButton: typeof import('naive-ui')['NButton']
NCard: typeof import('naive-ui')['NCard']
NCol: typeof import('naive-ui')['NCol']
NDrawer: typeof import('naive-ui')['NDrawer']
NDrawerContent: typeof import('naive-ui')['NDrawerContent']
NEmpty: typeof import('naive-ui')['NEmpty']
NGradientText: typeof import('naive-ui')['NGradientText']
NGrid: typeof import('naive-ui')['NGrid']
NGridItem: typeof import('naive-ui')['NGridItem']
NH1: typeof import('naive-ui')['NH1']
NH2: typeof import('naive-ui')['NH2']
NIcon: typeof import('naive-ui')['NIcon']
NLayout: typeof import('naive-ui')['NLayout']
NLayoutSider: typeof import('naive-ui')['NLayoutSider']
NList: typeof import('naive-ui')['NList']
NListItem: typeof import('naive-ui')['NListItem']
NMenu: typeof import('naive-ui')['NMenu']
NRow: typeof import('naive-ui')['NRow']
NSlider: typeof import('naive-ui')['NSlider']
NSpace: typeof import('naive-ui')['NSpace']
NSpin: typeof import('naive-ui')['NSpin']
NTable: typeof import('naive-ui')['NTable']
NTableColumn: typeof import('naive-ui')['NTableColumn']
NTabPane: typeof import('naive-ui')['NTabPane']
NTabs: typeof import('naive-ui')['NTabs']
NTag: typeof import('naive-ui')['NTag']
NTbody: typeof import('naive-ui')['NTbody']
NTd: typeof import('naive-ui')['NTd']
NText: typeof import('naive-ui')['NText']
NThead: typeof import('naive-ui')['NThead']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Settings: typeof import('./src/components/settings/Settings.vue')['default']
Tab: typeof import('./src/components/Tab.vue')['default']
WebsiteNav: typeof import('./src/components/demo/WebsiteNav.vue')['default']
}
}