Vendored
+4
@@ -8,6 +8,9 @@ export {}
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Button: typeof import('primevue/button')['default']
|
||||
Card: typeof import('primevue/card')['default']
|
||||
Chat: typeof import('./src/components/ChatComponent.vue')['default']
|
||||
ChatComponent: typeof import('./src/components/ChatComponent.vue')['default']
|
||||
Checkbox: typeof import('primevue/checkbox')['default']
|
||||
ContactInfo: typeof import('./src/components/read/ReadContactInfo.vue')['default']
|
||||
CreateActionsSection: typeof import('./src/components/create/CreateActionsSection.vue')['default']
|
||||
@@ -35,6 +38,7 @@ declare module 'vue' {
|
||||
MessageSender: typeof import('./src/components/read/ReadMessageSender.vue')['default']
|
||||
PlacementInstructions: typeof import('./src/components/manage/ManagePlacementInstructions.vue')['default']
|
||||
QRCodeReadySection: typeof import('./src/components/create/CreateReadySection.vue')['default']
|
||||
QueryRender: typeof import('./src/components/QueryRender.vue')['default']
|
||||
RadioButton: typeof import('primevue/radiobutton')['default']
|
||||
ReadContactInfo: typeof import('./src/components/read/ReadContactInfo.vue')['default']
|
||||
ReadMessageSender: typeof import('./src/components/read/ReadMessageSender.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user