MCPcopy Create free account
hub / github.com/enowdev/enowX-Coder / ChatHeaderProps

Interface ChatHeaderProps

src/components/layout/ChatHeader.tsx:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13import { generateId } from '@/lib/utils';
14
15interface ChatHeaderProps {
16 onToggleLeftSidebar?: () => void;
17}
18
19export const ChatHeader: React.FC<ChatHeaderProps> = ({ onToggleLeftSidebar }) => {
20 const { activeSessionId, sessions, updateSessionTitle, setActiveSessionId, addSession, removeSession, setSessions } = useSessionStore();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected