isl-time-converter/src/vite-env.d.ts

8 lines
186 B
TypeScript
Raw Normal View History

2024-04-29 20:52:09 -04:00
/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}