Files
file-transfer-go/chuan-next/src/hooks/ui/index.ts
2025-08-28 16:45:27 +08:00

6 lines
235 B
TypeScript

// UI状态管理相关的hooks
export { useURLHandler } from './useURLHandler';
export { useWebRTCStore } from './webRTCStore';
export { useTabNavigation } from './useTabNavigation';
export type { TabType } from './useTabNavigation';