- types.ts: ChatInterfaceProps - useChatInterface: state, wsService, loadMessages, loadChatStats, handleSendMessage, formatTimestamp - ChatInterfaceHeader, ChatInterfaceMessages, ChatInterfaceInput - ChatInterfaceSkeleton for Loading state - Stories: Default, ProductionRoom, Loading (Skeleton) - Decorator h-[600px] -> min-h-layout-page - Re-export from ChatInterface.tsx Co-authored-by: Cursor <cursoragent@cursor.com>
1 line
50 B
TypeScript
1 line
50 B
TypeScript
export { ChatInterface } from './chat-interface';
|