lolosia-web/typings/components.d.ts

20 lines
797 B
TypeScript
Raw Permalink Normal View History

2024-03-23 11:04:54 +08:00
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
2023-02-02 16:07:38 +08:00
// Read more: https://github.com/vuejs/core/pull/3399
export {}
2024-03-23 11:04:54 +08:00
declare module 'vue' {
2023-02-02 16:07:38 +08:00
export interface GlobalComponents {
AppPage: typeof import('./../src/components/AppPage.vue')['default']
2023-02-02 16:07:38 +08:00
ElSvgIcon: typeof import('./../src/components/ElSvgIcon.vue')['default']
IconSelector: typeof import('./../src/components/IconSelector.vue')['default']
2023-06-25 15:05:43 +08:00
MenuIcon: typeof import('./../src/components/MenuIcon.vue')['default']
2023-02-02 16:07:38 +08:00
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SvgIcon: typeof import('./../src/icons/SvgIcon.vue')['default']
TestUnit: typeof import('./../src/components/TestUnit.vue')['default']
}
}