Files
log-lottery/src/vite-env.d.ts
ex_zhangwenlei@exiot.cmcc 1d3e9983f6 fix: eslint and lint fixed
2024-11-22 16:41:14 +08:00

12 lines
265 B
TypeScript

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