generated from Tahul/vue-composable-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathcomponents.d.ts
29 lines (28 loc) · 1.18 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
/* 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 {
NButton: (typeof import('naive-ui'))['NButton']
NConfigProvider: (typeof import('naive-ui'))['NConfigProvider']
NDrawer: (typeof import('naive-ui'))['NDrawer']
NDrawerContent: (typeof import('naive-ui'))['NDrawerContent']
NIcon: (typeof import('naive-ui'))['NIcon']
NInputNumber: (typeof import('naive-ui'))['NInputNumber']
NLayout: (typeof import('naive-ui'))['NLayout']
NLayoutFooter: (typeof import('naive-ui'))['NLayoutFooter']
NLayoutHeader: (typeof import('naive-ui'))['NLayoutHeader']
NLayoutSider: (typeof import('naive-ui'))['NLayoutSider']
NList: (typeof import('naive-ui'))['NList']
NListItem: (typeof import('naive-ui'))['NListItem']
NMenu: (typeof import('naive-ui'))['NMenu']
NSkeleton: (typeof import('naive-ui'))['NSkeleton']
NTabPane: (typeof import('naive-ui'))['NTabPane']
NTabs: (typeof import('naive-ui'))['NTabs']
RouterLink: (typeof import('vue-router'))['RouterLink']
RouterView: (typeof import('vue-router'))['RouterView']
}
}