mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-26 22:31:21 +00:00
refactor: 迁移前端资源文件至web目录 feat: 新增多种图标资源 style: 统一代码风格和格式化配置 docs: 更新README和文档说明 chore: 更新依赖和配置文件 fix: 修复部分类型定义和枚举 perf: 优化路由和组件加载逻辑
12 lines
207 B
TypeScript
12 lines
207 B
TypeScript
/**
|
|
* UI 相关工具函数统一导出
|
|
*
|
|
* @module utils/ui/index
|
|
* @author Fastapi Admin Team
|
|
*/
|
|
|
|
export * from './colors';
|
|
export * from './loading';
|
|
export * from './tabs';
|
|
export * from './emojo';
|