-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
29 lines (28 loc) · 1.23 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 {
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
UAvatar: typeof import('nuxt-ui-vue')['UAvatar']
UBreadcrumb: typeof import('nuxt-ui-vue')['UBreadcrumb']
UButton: typeof import('nuxt-ui-vue')['UButton']
UDivider: typeof import('nuxt-ui-vue')['UDivider']
UIcon: typeof import('nuxt-ui-vue')['UIcon']
UInputMenu: typeof import('nuxt-ui-vue')['UInputMenu']
UModal: typeof import('nuxt-ui-vue')['UModal']
UNotifications: typeof import('nuxt-ui-vue')['UNotifications']
UPagination: typeof import('nuxt-ui-vue')['UPagination']
USelectMenu: typeof import('nuxt-ui-vue')['USelectMenu']
USkeleton: typeof import('nuxt-ui-vue')['USkeleton']
USlideover: typeof import('nuxt-ui-vue')['USlideover']
UTable: typeof import('nuxt-ui-vue')['UTable']
UTabs: typeof import('nuxt-ui-vue')['UTabs']
UToggle: typeof import('nuxt-ui-vue')['UToggle']
}
}