-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
24 lines (23 loc) · 1.02 KB
/
components.d.ts
File metadata and controls
24 lines (23 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
Button: typeof import('primevue/button')['default']
Card: typeof import('primevue/card')['default']
ColorPicker: typeof import('primevue/colorpicker')['default']
DeepModelTest: typeof import('./src/components/DeepModelTest.vue')['default']
Default: typeof import('./src/layouts/default.vue')['default']
FloatLabel: typeof import('primevue/floatlabel')['default']
FontAwesomeIcon: typeof import('@fortawesome/vue-fontawesome')['FontAwesomeIcon']
InputText: typeof import('primevue/inputtext')['default']
Menubar: typeof import('primevue/menubar')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SampleItem: typeof import('./src/components/SampleItem.vue')['default']
}
}