-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.d.ts
30 lines (29 loc) · 1.36 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
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AutoComplete: typeof import('primevue/autocomplete')['default']
Avatar: typeof import('primevue/avatar')['default']
Badge: typeof import('primevue/badge')['default']
Button: typeof import('primevue/button')['default']
Card: typeof import('primevue/card')['default']
ComponentList: typeof import('./src/components/componentList/index.vue')['default']
Content: typeof import('./src/components/content/index.vue')['default']
Date: typeof import('./src/components/date/index.vue')['default']
DatePicker: typeof import('primevue/datepicker')['default']
GetComponent: typeof import('./src/components/getComponent/index.vue')['default']
Menu: typeof import('primevue/menu')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Splitter: typeof import('primevue/splitter')['default']
SplitterPanel: typeof import('primevue/splitterpanel')['default']
StyleOptions: typeof import('./src/components/styleOptions/index.vue')['default']
}
export interface ComponentCustomProperties {
Ripple: typeof import('primevue/ripple')['default']
}
}