refactor(projects): 代码优化

This commit is contained in:
Soybean
2022-08-22 23:34:14 +08:00
parent 44ab07779e
commit 49f95c4e45
6 changed files with 5 additions and 19 deletions

View File

@ -1,4 +1,3 @@
/// <reference types="vite/client" />
/// <reference types="@amap/amap-jsapi-types" />
/// <reference types="bmapgl" />
@ -8,16 +7,3 @@ declare namespace BMap {
}
declare const TMap: any;
declare module 'virtual:icons/*' {
import type { FunctionalComponent, SVGAttributes } from 'vue';
const component: FunctionalComponent<SVGAttributes>;
export default component;
}
declare module '~icons/*' {
import type { FunctionalComponent, SVGAttributes } from 'vue';
const component: FunctionalComponent<SVGAttributes>;
export default component;
}