mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
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;
|