Files
lobe-chat/src/business/client/hooks/useAgentTransferMenuItem.ts
T

4 lines
145 B
TypeScript
Raw Normal View History

2026-06-10 17:34:12 +08:00
import { type ItemType } from 'antd/es/menu/interface';
export const useAgentTransferMenuItem = (_agentId?: string): ItemType[] | null => null;