llmasaservice-ui
Version:
Prebuilt UI components for LLMAsAService.io
8 lines (6 loc) • 307 B
text/typescript
// Import the ChatPanel component and its props
import ChatPanel, { ChatPanelProps } from './src/ChatPanel';
// Export the ChatPanel component and its props
export { ChatPanel, ChatPanelProps };
import AgentPanel, { AgentPanelProps } from './src/AgentPanel';
export { AgentPanel, AgentPanelProps };