1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 22:19:26 +08:00
Files
Alas/webapp/packages/renderer/components.d.ts
2023-04-25 18:55:23 +08:00

22 lines
812 B
TypeScript

/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'
export {}
declare module '@vue/runtime-core' {
export interface GlobalComponents {
Alas: typeof import('./src/components/Alas.vue')['default']
AlasTitle: typeof import('./src/components/AlasTitle.vue')['default']
AppHeader: typeof import('./src/components/AppHeader.vue')['default']
CountTo: typeof import('./src/components/CountTo.vue')['default']
ProgressBar: typeof import('./src/components/ProgressBar.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Spin: typeof import('./src/components/Spin.vue')['default']
}
}