UNPKG

vite-plugin-trae-solo-badge

Version:

TRAE Badge component - A beautiful 'Powered by TRAE' badge for web applications

13 lines (11 loc) 264 B
/// <reference types="vite/client" /> // SVG 文件类型声明 declare module '*.svg' { const content: string; export default content; } // SVG 资源导入类型声明 declare module '../assets/*.svg' { const content: string; export default content; }