mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
11 lines
249 B
TypeScript
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
|
|
}
|