mirror of
https://forgejo.merr.is/annika/isl-time-converter.git
synced 2025-12-10 12:17:38 -05:00
14 lines
472 B
TypeScript
14 lines
472 B
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default']
|
|
SourceTimeCard: typeof import('./src/components/SourceTimeCard.vue')['default']
|
|
TimeConverter: typeof import('./src/components/TimeConverter.vue')['default']
|
|
}
|
|
}
|