2022-08-11 09:57:51 +02:00
|
|
|
// generated by unplugin-vue-components
|
|
|
|
// We suggest you to commit this file into source control
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
import '@vue/runtime-core'
|
|
|
|
|
|
|
|
export {}
|
|
|
|
|
|
|
|
declare module '@vue/runtime-core' {
|
|
|
|
export interface GlobalComponents {
|
|
|
|
'IconIc:baselineAdd': typeof import('~icons/ic/baseline-add')['default']
|
2022-08-16 00:57:18 +02:00
|
|
|
'IconIc:baselineArrow': typeof import('~icons/ic/baseline-arrow')['default']
|
|
|
|
'IconIc:baselineArrowLeft': typeof import('~icons/ic/baseline-arrow-left')['default']
|
|
|
|
'IconIc:baselineChevronLeft': typeof import('~icons/ic/baseline-chevron-left')['default']
|
|
|
|
'IconIc:baselineChevronPrev': typeof import('~icons/ic/baseline-chevron-prev')['default']
|
|
|
|
'IconIc:baselineChevronRight': typeof import('~icons/ic/baseline-chevron-right')['default']
|
|
|
|
'IconIc:baselineNext': typeof import('~icons/ic/baseline-next')['default']
|
2022-08-11 09:57:51 +02:00
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
}
|
|
|
|
}
|