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>

10 lines (8 loc) 199 B
interface CopilotKitVersion { current: string; latest: string; severity: "low" | "medium" | "high"; advisory: string | null; lastChecked: number; } export { CopilotKitVersion };