Explorar o código

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

- 新增从'./hc'导出所有工具函数
- 扩展utils模块功能,提供更多共享工具方法
yourname hai 2 meses
pai
achega
658a46a7d9
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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';