songshankun
2023-10-26 16fcc2f083d01342fe95f4df6b25a95bc0f61462
1
2
3
4
5
6
7
/// <reference types="vite/client" />
/// <reference types="unplugin-icons/types/vue" />
declare module '~icons/*' {
  import { FunctionalComponent, SVGAttributes } from 'vue'
  const component: FunctionalComponent<SVGAttributes>
  export default component
}