-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
27 lines (25 loc) · 1.06 KB
/
Copy pathcomponents.d.ts
File metadata and controls
27 lines (25 loc) · 1.06 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
25
26
27
/* eslint-disable */
// @ts-nocheck
// biome-ignore lint: disable
// oxlint-disable
// ------
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
Button: typeof import('primevue/button')['default']
Divider: typeof import('primevue/divider')['default']
GlobalFooter: typeof import('./src/components/GlobalFooter.vue')['default']
GlobalSocial: typeof import('./src/components/GlobalSocial.vue')['default']
GlobalToolbar: typeof import('./src/components/GlobalToolbar.vue')['default']
Image: typeof import('primevue/image')['default']
MarkdownRender: typeof import('./src/components/MarkdownRender.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Toast: typeof import('primevue/toast')['default']
Toolbar: typeof import('primevue/toolbar')['default']
TrustItems: typeof import('./src/components/TrustItems.vue')['default']
}
}