Files
QCN_rider/.svn/pristine/a7/a7419f7f804b4da0115e2b647e72bc3aa7cb02ca.svn-base
2026-02-12 12:19:20 +08:00

9 lines
276 B
Plaintext

/// <reference types="vite/client" />
declare module '*.vue' {
import { DefineComponent } from 'vue'
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
const component: DefineComponent<{}, {}, any>
export default component
}