Browse Source

✨ feat(utils): 添加hc工具类导出

- 新增从'./hc'导出所有工具函数
- 扩展utils模块功能,提供更多共享工具方法
yourname 1 month ago
parent
commit
658a46a7d9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/shared-ui-components/src/utils/index.ts

+ 2 - 1
packages/shared-ui-components/src/utils/index.ts

@@ -1,2 +1,3 @@
 // 工具类导出入口
-export * from './cn';
+export * from './cn';
+export * from './hc';