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>

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