2
2
// @ts -nocheck
3
3
// Generated by unplugin-vue-components
4
4
// Read more: https://github.com/vuejs/core/pull/3399
5
+ // biome-ignore lint: disable
5
6
export { }
6
7
7
8
/* prettier-ignore */
@@ -10,14 +11,22 @@ declare module 'vue' {
10
11
AppProvider : typeof import ( './src/components/AppProvider.vue' ) [ 'default' ]
11
12
MarkdownRender : typeof import ( './src/components/markdown-render.vue' ) [ 'default' ]
12
13
NAlert : typeof import ( 'naive-ui' ) [ 'NAlert' ]
14
+ NBreadcrumb : typeof import ( 'naive-ui' ) [ 'NBreadcrumb' ]
15
+ NBreadcrumbItem : typeof import ( 'naive-ui' ) [ 'NBreadcrumbItem' ]
13
16
NButton : typeof import ( 'naive-ui' ) [ 'NButton' ]
14
17
NCard : typeof import ( 'naive-ui' ) [ 'NCard' ]
18
+ NCollapse : typeof import ( 'naive-ui' ) [ 'NCollapse' ]
19
+ NCollapseItem : typeof import ( 'naive-ui' ) [ 'NCollapseItem' ]
15
20
NConfigProvider : typeof import ( 'naive-ui' ) [ 'NConfigProvider' ]
21
+ NDataTable : typeof import ( 'naive-ui' ) [ 'NDataTable' ]
16
22
NDialogProvider : typeof import ( 'naive-ui' ) [ 'NDialogProvider' ]
23
+ NDivider : typeof import ( 'naive-ui' ) [ 'NDivider' ]
17
24
NEmpty : typeof import ( 'naive-ui' ) [ 'NEmpty' ]
18
25
NFloatButton : typeof import ( 'naive-ui' ) [ 'NFloatButton' ]
19
26
NForm : typeof import ( 'naive-ui' ) [ 'NForm' ]
20
27
NFormItem : typeof import ( 'naive-ui' ) [ 'NFormItem' ]
28
+ NFormItemRow : typeof import ( 'naive-ui' ) [ 'NFormItemRow' ]
29
+ NGi : typeof import ( 'naive-ui' ) [ 'NGi' ]
21
30
NGrid : typeof import ( 'naive-ui' ) [ 'NGrid' ]
22
31
NGridItem : typeof import ( 'naive-ui' ) [ 'NGridItem' ]
23
32
NIcon : typeof import ( 'naive-ui' ) [ 'NIcon' ]
@@ -30,13 +39,20 @@ declare module 'vue' {
30
39
NMessageProvider : typeof import ( 'naive-ui' ) [ 'NMessageProvider' ]
31
40
NModal : typeof import ( 'naive-ui' ) [ 'NModal' ]
32
41
NNotificationProvider : typeof import ( 'naive-ui' ) [ 'NNotificationProvider' ]
42
+ NP : typeof import ( 'naive-ui' ) [ 'NP' ]
33
43
NPopover : typeof import ( 'naive-ui' ) [ 'NPopover' ]
44
+ NProgress : typeof import ( 'naive-ui' ) [ 'NProgress' ]
45
+ NRadio : typeof import ( 'naive-ui' ) [ 'NRadio' ]
46
+ NRadioGroup : typeof import ( 'naive-ui' ) [ 'NRadioGroup' ]
34
47
NScrollbar : typeof import ( 'naive-ui' ) [ 'NScrollbar' ]
35
48
NSelect : typeof import ( 'naive-ui' ) [ 'NSelect' ]
36
49
NSpace : typeof import ( 'naive-ui' ) [ 'NSpace' ]
37
50
NSplit : typeof import ( 'naive-ui' ) [ 'NSplit' ]
51
+ NSwitch : typeof import ( 'naive-ui' ) [ 'NSwitch' ]
38
52
NTabPane : typeof import ( 'naive-ui' ) [ 'NTabPane' ]
39
53
NTabs : typeof import ( 'naive-ui' ) [ 'NTabs' ]
54
+ NTag : typeof import ( 'naive-ui' ) [ 'NTag' ]
55
+ NText : typeof import ( 'naive-ui' ) [ 'NText' ]
40
56
NTooltip : typeof import ( 'naive-ui' ) [ 'NTooltip' ]
41
57
PathBreadcrumb : typeof import ( './src/components/path-breadcrumb.vue' ) [ 'default' ]
42
58
RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
0 commit comments