UNPKG

@copilotkit/react-ui

Version:

<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>

9 lines (7 loc) 158 B
interface CopilotChatSuggestion { title: string; message: string; partial?: boolean; className?: string; } export { CopilotChatSuggestion };