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

11 lines
249 B
TypeScript

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