mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
e8e4b2e822
feat: support workspace (full) — store→business-hook + workspace router
4 lines
145 B
TypeScript
4 lines
145 B
TypeScript
import { type ItemType } from 'antd/es/menu/interface';
|
|
|
|
export const useAgentTransferMenuItem = (_agentId?: string): ItemType[] | null => null;
|