@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>
11 lines (8 loc) • 434 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
declare function CopilotDevConsole(): react_jsx_runtime.JSX.Element | null;
declare function DebugMenuButton({ setShowDevConsole, checkForUpdates, mode, }: {
setShowDevConsole: (show: boolean) => void;
checkForUpdates: (force: boolean) => void;
mode: "full" | "compact";
}): react_jsx_runtime.JSX.Element;
export { CopilotDevConsole, DebugMenuButton as default };