Ocelot-Social/packages/ui/src/vite-env.d.ts

9 lines
204 B
TypeScript

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