Initial commit
This commit is contained in:
18
components.d.ts
vendored
Normal file
18
components.d.ts
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
/* 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']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user