Files
log-lottery/src/vite-env.d.ts
ex_zhangwenlei@exiot.cmcc 3e429b95a2 feat: feat
2024-01-11 00:11:27 +08:00

11 lines
259 B
TypeScript

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