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>

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