chat-pc/env.d.ts
2024-12-24 16:14:21 +08:00

10 lines
223 B
TypeScript

/// <reference types="vite/client" />
declare module '*.vue' {
import { ComponentOptions } from 'vue'
const componentOptions: ComponentOptions
export default componentOptions
}
declare module 'quill-image-uploader'