mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
22 lines
812 B
TypeScript
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']
|
|
}
|
|
}
|