19 lines
		
	
	
		
			662 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			662 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| /* 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 {
 | |
|     Button: typeof import('primevue/button')['default']
 | |
|     DataView: typeof import('primevue/dataview')['default']
 | |
|     FullscreenCamera: typeof import('./src/components/FullscreenCamera.vue')['default']
 | |
|     InputText: typeof import('primevue/inputtext')['default']
 | |
|     RouterLink: typeof import('vue-router')['RouterLink']
 | |
|     RouterView: typeof import('vue-router')['RouterView']
 | |
|     Tag: typeof import('primevue/tag')['default']
 | |
|   }
 | |
| }
 |