-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomponents.d.ts
31 lines (30 loc) · 1.39 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
/* 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 {
CustomCommitMsg: typeof import('./src/components/CustomCommitMsg.vue')['default']
CustomEmoji: typeof import('./src/components/CustomEmoji.vue')['default']
EmojiLabel: typeof import('./src/components/EmojiLabel.vue')['default']
Help: typeof import('./src/components/Help.vue')['default']
Home: typeof import('./src/components/home.vue')['default']
NButton: typeof import('naive-ui')['NButton']
NCard: typeof import('naive-ui')['NCard']
NCheckbox: typeof import('naive-ui')['NCheckbox']
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
NDrawer: typeof import('naive-ui')['NDrawer']
NDrawerContent: typeof import('naive-ui')['NDrawerContent']
NEllipsis: typeof import('naive-ui')['NEllipsis']
NGrid: typeof import('naive-ui')['NGrid']
NGridItem: typeof import('naive-ui')['NGridItem']
NInput: typeof import('naive-ui')['NInput']
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
NSelect: typeof import('naive-ui')['NSelect']
NSpace: typeof import('naive-ui')['NSpace']
NText: typeof import('naive-ui')['NText']
SettingsView: typeof import('./src/components/SettingsView.vue')['default']
}
}