1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2025-12-16 22:05:12 +00:00
ArisuAutoSweeper/webapp/packages/renderer/components.d.ts
2023-11-01 15:33:35 +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']
}
}