浏览代码

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

- 新增从'./hc'导出所有工具函数
- 扩展utils模块功能,提供更多共享工具方法
yourname 1 月之前
父节点
当前提交
658a46a7d9
共有 1 个文件被更改,包括 2 次插入1 次删除
  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';