6 lines
176 B
TypeScript
6 lines
176 B
TypeScript
/// <reference types="vite/client" />
|
|
declare module 'vue3-markdown-it';
|
|
declare module '@/utils/axios.js' {
|
|
import http from '@/utils/axios.js';
|
|
export default http;
|
|
} |