UNPKG

@xy-admin/svgicon

Version:

Vite 插件:自动扫描 SVG 目录并生成动态导入索引,支持 TypeScript 类型提示

15 lines (13 loc) 312 B
/* * @Description: * @Author: Cxy * @Date: 2023-04-13 09:03:03 * @LastEditors: Cxy * @LastEditTime: 2025-03-03 14:17:35 * @FilePath: \xy-admin\packages\svgIcon\index.d.ts */ export interface Options { dir: string suffix?: string } export default function svgIcon(options: Options): any