Files
mediahive/frontend/src/vite-env.d.ts
T
2026-05-13 18:22:25 +00:00

9 lines
235 B
TypeScript

/// <reference types="vite/client" />
/// <reference types="vite-plugin-pwa/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}