BrianChuan010393's picture
Initail upload test
a9e4f21 verified
Raw
History Blame Contribute Delete
186 Bytes
/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}