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
150 B
TypeScript
4 lines
150 B
TypeScript
import type { ItemType } from 'antd/es/menu/interface';
|
|
|
|
export const useAgentGroupTransferMenuItem = (_groupId?: string): ItemType[] | null => null;
|