mirror of
https://forgejo.merr.is/annika/isl-time-converter.git
synced 2025-12-11 11:22:07 -05:00
7 lines
186 B
TypeScript
7 lines
186 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare module '*.vue' {
|
|
import type { DefineComponent } from 'vue'
|
|
const component: DefineComponent<{}, {}, any>
|
|
export default component
|
|
}
|