Files
notebrook-notes/frontend-vue/env.d.ts
2025-08-12 01:05:59 +02:00

8 lines
234 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
}