11 lines
239 B
TypeScript
11 lines
239 B
TypeScript
/// <reference types="vite/client" />
|
|
declare module '*.vue' {
|
|
import { DefineComponent } from 'vue'
|
|
const component: DefineComponent<{}, {}, any>
|
|
export default component
|
|
}
|
|
|
|
declare module '@tsparticles/vue3';
|
|
|
|
declare module 'qs';
|