Vrda's picture
Deploy Learn Pathophysiology WC3 Edition
8b9f7d9
/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}
declare const ASSETS_PATH: string;