-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponents.d.ts
More file actions
33 lines (31 loc) · 1.55 KB
/
components.d.ts
File metadata and controls
33 lines (31 loc) · 1.55 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
28
29
30
31
32
33
/* 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']
CMSButtonTable: typeof import('./src/components/CMSButtonTable.vue')['default']
CMSComponentPalette: typeof import('./src/components/CMSComponentPalette.vue')['default']
CMSContentArea: typeof import('./src/components/CMSContentArea.vue')['default']
CMSContentBlock: typeof import('./src/components/CMSContentBlock.vue')['default']
CMSContentBlockEditDialog: typeof import('./src/components/CMSContentBlockEditDialog.vue')['default']
CMSMetadataPanel: typeof import('./src/components/CMSMetadataPanel.vue')['default']
CMSProjectExploreDialog: typeof import('./src/components/CMSProjectExploreDialog.vue')['default']
Column: typeof import('primevue/column')['default']
DataTable: typeof import('primevue/datatable')['default']
Dialog: typeof import('primevue/dialog')['default']
Form: typeof import('@primevue/forms/form')['default']
InputNumber: typeof import('primevue/inputnumber')['default']
InputText: typeof import('primevue/inputtext')['default']
Message: typeof import('primevue/message')['default']
Select: typeof import('primevue/select')['default']
Textarea: typeof import('primevue/textarea')['default']
ToggleSwitch: typeof import('primevue/toggleswitch')['default']
}
}