20 lines
831 B
TypeScript
20 lines
831 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 {
|
|
DefineRender: typeof import('./src/components/vue-macros/DefineRender.vue')['default']
|
|
ICarbonFaceCool: typeof import('~icons/carbon/face-cool')['default']
|
|
Icons: typeof import('./src/components/Icons.vue')['default']
|
|
ISvgPacman: typeof import('~icons/svg/pacman')['default']
|
|
ReactivityTransform: typeof import('./src/components/vue-macros/ReactivityTransform.vue')['default']
|
|
ReusableTemplate: typeof import('./src/components/ReusableTemplate.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
}
|
|
}
|