fix: 🐛 ts 类型警告问题修复

This commit is contained in:
Ray.Hao
2025-09-17 09:27:43 +08:00
parent a656a40313
commit 889346a9ec
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
export { useStomp } from "./websocket/useStomp";
export { useDictSync, DictMessage } from "./websocket/useDictSync";
export { useDictSync } from "./websocket/useDictSync";
export type { DictMessage } from "./websocket/useDictSync";
export { useOnlineCount } from "./websocket/useOnlineCount";
export { useLayout } from "./layout/useLayout";